Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public enum SimulationAnimationCycle
Members
  Member nameDescription
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