Enum EventToggleOffMode
Represents a mode for render elements when toggling off the event when using Toggle .
Namespace: Artemis.Core
Assembly: Artemis.Core.dll
Syntax
public enum EventToggleOffMode
Fields
| Name | Description |
|---|---|
| Finish | When the event toggles the condition off, finish the the current run of the main timeline |
| SkipToEnd | When the event toggles the condition off, skip to the end segment of the timeline |