Click or drag to resize
DigitalRuneIGameTimerReset Method
Stops the timer and resets the time to zero.

Namespace: DigitalRune.Game.Timing
Assembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax
void Reset()
Remarks
This method stops the timer and sets the FrameCount, Time, DeltaTime, LostTime, IdleTime to zero.
See Also