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

Namespace: DigitalRune.Game.UI.Controls
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
public TimeSpan DeltaTime { get; set; }

Property Value

Type: TimeSpan
The size of the current time step.
See Also