IGameClock Properties |
The IGameClock type exposes the following members.
Name | Description | |
---|---|---|
DeltaTime |
Gets the amount of time that has elapsed since the last TimeChanged
event.
| |
GameTime |
Gets the game time, which is the sum of all DeltaTime values.
| |
IsRunning |
Gets a value indicating whether the clock is running.
| |
MaxDeltaTime |
Gets the max limit for DeltaTime.
| |
TotalTime |
Gets the duration (wall clock time) for which the clock is running.
|