MovementProcess.OnPostUpdate

Method in MovementProcess

Declaration

protected virtual void OnPostUpdate(MovementController controller, MovementState state)

Description

Checks for any state changes after the process is handled.

Parameters

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