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

controllerThe controller updating the process.
stateThe current movement state of the character.