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