MovementAbility<T>.CanTransitionToSelf
Method in MovementAbility<T>
Declaration
protected virtual bool CanTransitionToSelf(MovementState state)
Description
Determines if the ability can be activated if it is already active.
Parameters
state | The current state of the character. |
Returns
bool | True if the ability can transition to itself. |