| IInputCommandUpdate Method |
Updates internal values of this command. This method is called automatically in each frame
by the input service.
Namespace: DigitalRune.Game.InputAssembly: DigitalRune.Game.Input (in DigitalRune.Game.Input.dll) Version: 1.8.0.0 (1.8.0.14467)
Syntax void Update(
TimeSpan deltaTime
)
Sub Update (
deltaTime As TimeSpan
)
void Update(
TimeSpan deltaTime
)
abstract Update :
deltaTime : TimeSpan -> unit
Parameters
- deltaTime
- Type: SystemTimeSpan
The elapsed time since the last update.
See Also