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.2.419.0 (24.2.419.0)
Syntax Public Enumeration ClockRange
public enum class ClockRange
Members
| Member name | Description |
---|
| 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