Click or drag to resize
DigitalRuneFixedStepTimerIsRunning Property
Gets a value indicating whether the timer 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 timer is running; otherwise, if the timer is paused. The default value is .

Implements

IGameTimerIsRunning
See Also