| UIRenderContextDeltaTime Property |
Gets or sets the size of the current time step.
Namespace: DigitalRune.Game.UI.ControlsAssembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax public TimeSpan DeltaTime { get; set; }
Public Property DeltaTime As TimeSpan
Get
Set
public:
property TimeSpan DeltaTime {
TimeSpan get ();
void set (TimeSpan value);
}
member DeltaTime : TimeSpan with get, set
Property Value
Type:
TimeSpanThe size of the current time step.
See Also