Click or drag to resize
DigitalRuneVariableStepTimerDeltaTime 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
public TimeSpan DeltaTime { get; }

Property Value

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

Implements

IGameTimerDeltaTime
See Also