Table of Contents

Enum EventOverlapMode

Namespace
Artemis.Core
Assembly
Artemis.Core.dll

Represents a mode for render elements to configure the behaviour of events that overlap i.e. trigger again before the timeline finishes.

public enum EventOverlapMode

Fields

Copy = 1

Play another copy of the timeline on top of the current run

Ignore = 2

Ignore subsequent event fires until the timeline finishes

Restart = 0

Stop the current run and restart the timeline