UpdateStrategy.Execute
Method in UpdateStrategy
Declaration
public void Execute(float deltaTime)
Description
Executes the update action.
Parameters
deltaTime | The time since the last frame. |
public void Execute(float deltaTime)
Executes the update action.
deltaTime | The time since the last frame. |