| IGameClock Methods |
The IGameClock type exposes the following members.
| Name | Description | |
|---|---|---|
| Reset |
Stops the clock and resets all times to 0.
| |
| ResetDeltaTime |
Resets the time measurement for the current DeltaTime. The next
DeltaTime will be the time since ResetDeltaTime was called.
| |
| Start |
Starts/resumes the clock.
| |
| Stop |
Pauses the clock.
|