 | DataTimelinePlayMode Enumeration |
The DataTimelineAnimationType enumeration defines the kind of an animation.
Namespace:
Lumiscaphe.Workshop.Interop
Assembly:
Lumiscaphe.Workshop.Interop (in Lumiscaphe.Workshop.Interop.dll) Version: 21.1.16.0
Syntax[SerializableAttribute]
public enum DataTimelinePlayMode
[SerializableAttribute]
public enum class DataTimelinePlayMode
Members|
| Member name | Value | Description |
|---|
| Continue | 0 |
Continue playing from current time with pause.
|
| Reset | 1 |
Reset playing to start time with pause.
|
| InvertWithPause | 2 |
Invert playing with pause.
|
| InvertWithoutPause | 3 |
Invert playing without pause.
|
Version InformationLumiscaphe Workshop SDK
Supported in: 7.0 release 1
See Also