Click or drag to resize

ClockMultiplier Property

Gets or sets how much time advances with each tick. Negative values cause time to move backwards. If Step is TickDependent this is the number of seconds advanced each tick. If Step is SystemClockMultiplier then the clock is advanced by the amount of elapsed time since the last tick multiplied by this value.

Namespace:  AGI.Foundation.Cesium
Assembly:  AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public double? Multiplier { get; set; }

Property Value

Type: NullableDouble
See Also