| GameTimerEventArgs Properties |
The GameTimerEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| AccumulatedTime |
Gets the accumulated time.
| |
| 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.
| |
| LostTime |
Gets the lost time.
| |
| Time |
Gets the game time.
|