Click or drag to resize
DigitalRuneManualClockUpdate Method
Increases the time by the specified time span if the clock is running. (This method needs to be called regularly.)

Namespace: DigitalRune.Game.Timing
Assembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax
public void Update(
	TimeSpan deltaTime
)

Parameters

deltaTime
Type: SystemTimeSpan
The elapsed time since the last Update(TimeSpan) call.
See Also