Click or drag to resize
DigitalRuneGameTimerEventArgs Properties

The GameTimerEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyAccumulatedTime
Gets the accumulated time.
Public propertyDeltaTime
Gets the elapsed game time since the last time step.
Public propertyFrameCount
Gets the number of frames since the start of the timer (= the number of TimeChanged events).
Public propertyIdleTime
Gets the idle time.
Public propertyLostTime
Gets the lost time.
Public propertyTime
Gets the game time.
Top
See Also