Click or drag to resize

ClockRange Enumeration

Defines the behavior of a clock when its current time reaches its start or end point.

Namespace:  AGI.Foundation.Cesium
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum ClockRange
Members
  Member nameDescription
Unbounded The clock can continue forever in either direction.
Clamped The clock stops when either its start or end time is reached.
LoopStop The clock stops when its start time is reached, but loops back to start when its end time is reached.
See Also