Click or drag to resize
DigitalRuneVariableStepTimerFrameCount Property
Gets the number of frames since the start of the timer (= the number of TimeChanged events).

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

Property Value

Type: Int64
The number of frames.

Implements

IGameTimerFrameCount
See Also