Click or drag to resize
DigitalRuneIGameTimerClock Property
Gets or sets the clock.

Namespace: DigitalRune.Game.Timing
Assembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax
IGameClock Clock { get; set; }

Property Value

Type: IGameClock
The clock. Can be . Without a valid clock, the timer is paused.
See Also