| StateEventArgsDeltaTime Property |
Gets the size of the current time step.
Namespace: DigitalRune.Game.StatesAssembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax public TimeSpan DeltaTime { get; }
Public ReadOnly Property DeltaTime As TimeSpan
Get
public:
property TimeSpan DeltaTime {
TimeSpan get ();
}
member DeltaTime : TimeSpan with get
Property Value
Type:
TimeSpanThe size of the current time step.
See Also