Enum EventOverlapMode
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 = 1Play another copy of the timeline on top of the current run
Ignore = 2Ignore subsequent event fires until the timeline finishes
Restart = 0Stop the current run and restart the timeline