IGameTimer Properties |
The IGameTimer type exposes the following members.
Name | Description | |
---|---|---|
AccumulatedTime |
Gets the accumulated time.
| |
Clock |
Gets or sets the clock.
| |
DeltaTime |
Gets the elapsed game time since the last time step.
| |
FrameCount |
Gets the number of frames since the start of the timer (= the number of
TimeChanged events).
| |
IdleTime |
Gets the idle time.
| |
IsRunning |
Gets a value indicating whether the timer is running.
| |
LostTime |
Gets the amount of time dropped in the current time step.
| |
Speed |
Gets or sets the speed ratio at which the game time progresses.
| |
Time |
Gets the game time.
|