Click or drag to resize

ClockStep Enumeration

Defines how a simulated clock advances in time.

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 ClockStep
Members
  Member nameDescription
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