Enum EventOverlapMode
Represents a mode for render elements to configure the behaviour of events that overlap i.e. trigger again before the timeline finishes.
Namespace: Artemis.Core
Assembly: Artemis.Core.dll
Syntax
public enum EventOverlapMode
Fields
Name | Description |
---|---|
Copy | Play another copy of the timeline on top of the current run |
Ignore | Ignore subsequent event fires until the timeline finishes |
Restart | Stop the current run and restart the timeline |