Click or drag to resize
DigitalRuneGameClockEventArgs Properties

The GameClockEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyDeltaTime
Gets the amount of time that has elapsed since the last TimeChanged event.
Public propertyGameTime
Gets the game time, which is the sum of all DeltaTime values.
Public propertyTotalTime
Gets the duration (wall clock time) for which the clock is running.
Top
See Also