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.2.419.0 (24.2.419.0)
Syntax public double? Multiplier { get; set; }
Public Property Multiplier As Double?
Get
Set
public:
property Nullable<double> Multiplier {
Nullable<double> get ();
void set (Nullable<double> value);
}
member Multiplier : Nullable<float> with get, set
Property Value
Type:
NullableDoubleSee Also