MovementAbility<T>.CanTransitionToSelf


Declaration

protected virtual bool CanTransitionToSelf(MovementState state)

Description

Determines if the ability can be activated if it is already active.

Parameters

stateThe current state of the character.

Returns

boolTrue if the ability can transition to itself.