RealTimeSimulationAnimationTimeMultiplier Property |
Gets or sets the multiplier describing the rate of simulation time relative to real time. For example,
if this value is 2.0, two seconds of simulation time will pass for each each second of real time.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public double TimeMultiplier { get; set; }
Public Property TimeMultiplier As Double
Get
Set
public:
property double TimeMultiplier {
double get ();
void set (double value);
}
member TimeMultiplier : float with get, set
Property Value
Type:
DoubleSee Also