Click or drag to resize
DigitalRuneIGameTimerDeltaTime Property
Gets the elapsed game time since the last time step.

Namespace: DigitalRune.Game.Timing
Assembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax
TimeSpan DeltaTime { get; }

Property Value

Type: TimeSpan
The elapsed game time since the last time step.
See Also