Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public double TimeMultiplier { get; set; }

Property Value

Type: Double
See Also