| StateEventArgs Constructor (TimeSpan) |
Initializes a new instance of the
StateEventArgs class for the given time
step.
Namespace: DigitalRune.Game.StatesAssembly: DigitalRune.Game (in DigitalRune.Game.dll) Version: 1.4.0.0 (1.4.0.14427)
Syntax public StateEventArgs(
TimeSpan deltaTime
)
Public Sub New (
deltaTime As TimeSpan
)
public:
StateEventArgs(
TimeSpan deltaTime
)
new :
deltaTime : TimeSpan -> StateEventArgs
Parameters
- deltaTime
- Type: SystemTimeSpan
The size of the current time step.
See Also