MovementAbilityCooldownMode


Declaration

public enum MovementAbilityCooldownMode

Description

A type of cooldown mode that determines how the cooldown is started.

Properties

OnDeactivateThe cooldown starts when the ability is deactivated.
OnActivateThe cooldown starts when the ability is activated.
ManualThe cooldown is manually started.