SimulationAnimationCycle Enumeration |
Defines the next animation time that will happen when the start and end times are reached.
Namespace:
AGI.Foundation.Graphics.Advanced
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public enum SimulationAnimationCycle
Public Enumeration SimulationAnimationCycle
public enum class SimulationAnimationCycle
type SimulationAnimationCycle
Members
| Member name | Description |
---|
| Loop |
Animation will loop back when reaching the time.
|
| Stop |
Animation will stop at the time.
|
| Continue |
Animation will continue past the time.
|
See Also