Click or drag to resize
DigitalRuneStateEventArgs Constructor (TimeSpan)
Initializes a new instance of the StateEventArgs class for the given time step.

Namespace: DigitalRune.Game.States
Assembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax
public StateEventArgs(
	TimeSpan deltaTime
)

Parameters

deltaTime
Type: SystemTimeSpan
The size of the current time step.
See Also