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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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