Click or drag to resize

RealTimeSimulationAnimation.TimeStep Property

Gets or sets the quantity of real time, in seconds, that is stepped when StepForward() or StepBackward() is called. The simulation time will be stepped by this value times the TimeMultiplier. For example, if this value is 60.0, and TimeMultiplier is 3.0, Time will be stepped by 60.0 * 3.0 = 180.0 seconds when StepForward() is called.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
public Duration TimeStep { get; set; }

Property Value

Type: Duration
See Also