MovementAbility<T>.CanAbilityBeDeactivated
Method in MovementAbility<T>
Declaration
protected virtual bool CanAbilityBeDeactivated(MovementState state)
Description
Determines if the ability can be deactivated given the current state of the character.
Parameters
state | The current state of the character. |
Returns
bool | True if the ability can be deactivated. |