MovementAbility<T>.CanAbilityStayActive


Declaration

protected virtual bool CanAbilityStayActive(MovementState state)

Description

Determines if the ability can stay active given the current state of the character.

Parameters

stateThe current state of the character.

Returns

boolTrue if the ability can stay active.