DigitalRune Documentation
DigitalRune Documentation
Class Library Reference
DigitalRune.Game.Timing
IGameTimer Interface
IGameTimer Methods
Reset Method
Start Method
Stop Method
IGameTimer
.
Reset 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
C#
VB
C++
F#
Copy
void
Reset
()
Sub
Reset
void
Reset
()
abstract
Reset
:
unit
->
unit
Remarks
This method stops the timer and sets the
FrameCount
,
Time
,
DeltaTime
,
LostTime
,
IdleTime
to zero.
See Also
Reference
IGameTimer Interface
DigitalRune.Game.Timing Namespace
Copyright (c) 2006-2016 DigitalRune GmbH. All rights reserved. (Last updated: 2016-03-10)
http://www.digitalrune.com/
Send comments on this topic to
office@digitalrune.com