Click or drag to resize
DigitalRuneVariableStepTimer Constructor
Initializes a new instance of the VariableStepTimer class.

Namespace: DigitalRune.Game.Timing
Assembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax
public VariableStepTimer(
	IGameClock clock
)

Parameters

clock
Type: DigitalRune.Game.TimingIGameClock
The clock.
See Also