| SimulationTime Property |
Gets the current simulation time.
Namespace: DigitalRune.PhysicsAssembly: DigitalRune.Physics (in DigitalRune.Physics.dll) Version: 1.10.0.0 (1.10.0.14427)
Syntax public TimeSpan Time { get; }
Public ReadOnly Property Time As TimeSpan
Get
public:
property TimeSpan Time {
TimeSpan get ();
}
member Time : TimeSpan with get
Property Value
Type:
TimeSpanThe 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