Click or drag to resize
DigitalRuneIGameClock Methods

The IGameClock type exposes the following members.

Methods
  NameDescription
Public methodReset
Stops the clock and resets all times to 0.
Public methodResetDeltaTime
Resets the time measurement for the current DeltaTime. The next DeltaTime will be the time since ResetDeltaTime was called.
Public methodStart
Starts/resumes the clock.
Public methodStop
Pauses the clock.
Top
See Also