Click or drag to resize
DigitalRuneIGameClock Properties

The IGameClock 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 propertyIsRunning
Gets a value indicating whether the clock is running.
Public propertyMaxDeltaTime
Gets the max limit for DeltaTime.
Public propertyTotalTime
Gets the duration (wall clock time) for which the clock is running.
Top
See Also