Jump.CanTransitionToSelf
Method in Jump
Declaration
protected override 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. |