Click or drag to resize
DigitalRuneSimulationTime Property
Gets the current simulation time.

Namespace: DigitalRune.Physics
Assembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax
public TimeSpan Time { get; }

Property Value

Type: TimeSpan
The current simulation time.
Remarks

This value shows for which time the simulation state is valid. The simulation will never backtrack before this time. Each Update(TimeSpan) call usually advances this time.

See also TargetTime.

See Also