MovementProcess.OnUpdate
Method in MovementProcess
Declaration
protected virtual void OnUpdate(MovementController controller, MovementState state)Description
Handles the movement process logic every frame by the controller.
Parameters
| controller | The controller updating the process. |
| state | The current movement state of the character. |