Enum StaticStopMode
Represents a mode for render elements to stop their timeline when display conditions are no longer met
Namespace: Artemis.Core
Assembly: Artemis.Core.dll
Syntax
public enum StaticStopMode
Fields
Name | Description |
---|---|
Finish | When conditions are no longer met, finish the the current run of the main timeline |
SkipToEnd | When conditions are no longer met, skip to the end segment of the timeline |