| IGameTimerClock Property |
Gets or sets the clock.
Namespace: DigitalRune.Game.TimingAssembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax IGameClock Clock { get; set; }
Property Clock As IGameClock
Get
Set
property IGameClock^ Clock {
IGameClock^ get ();
void set (IGameClock^ value);
}
abstract Clock : IGameClock with get, set
Property Value
Type:
IGameClock
The clock. Can be
. Without a valid clock, the timer is paused.
See Also