Click or drag to resize
DigitalRuneStateEventArgsDeltaTime Property
Gets the size of the current time step.

Namespace: DigitalRune.Game.States
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 size of the current time step.
See Also