Click or drag to resize
DigitalRuneHighPrecisionClockIsRunning Property
Gets a value indicating whether the clock is running.

Namespace: DigitalRune.Game.Timing
Assembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax
public bool IsRunning { get; }

Property Value

Type: Boolean
if the clock is running; otherwise, if the clock is paused.

Implements

IGameClockIsRunning
See Also