MovementAbilityCooldownMode
Enum in Zigurous.CharacterController
Declaration
public enum MovementAbilityCooldownModeDescription
A type of cooldown mode that determines how the cooldown is started.
Properties
| OnDeactivate | The cooldown starts when the ability is deactivated. |
| OnActivate | The cooldown starts when the ability is activated. |
| Manual | The cooldown is manually started. |