Defines how a simulated clock advances in time.
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 ClockStep
public enum class ClockStep
Members
| Member name | Description |
---|
| SystemClock |
The clock always matches the system clock.
|
| SystemClockMultiplier |
The clock advances by the elapsed system time between ticks, multiplied by a user specified value.
|
| TickDependent |
The clock advances by a fixed step each tick.
|
See Also