MovementControl<T>.OnPostUpdate
Method in MovementControl<T>
Declaration
protected override void OnPostUpdate(MovementController controller, MovementState state)
Description
Checks for any state changes after the process is handled.
Parameters
controller | The controller updating the process. |
state | The current movement state of the character. |