| ConfigurableInputCommandUpdate 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 public void Update(
TimeSpan deltaTime
)
Public Sub Update (
deltaTime As TimeSpan
)
public:
virtual void Update(
TimeSpan deltaTime
) sealed
abstract Update :
deltaTime : TimeSpan -> unit
override Update :
deltaTime : TimeSpan -> unit
Parameters
- deltaTime
- Type: SystemTimeSpan
The elapsed time since the last update.
Implements
IInputCommandUpdate(TimeSpan)See Also