DodgeSettings

Inherits from Zigurous.CharacterController.MovementAbilitySettings<T>

Declaration

[Serializable]
public class DodgeSettings : MovementAbilitySettings<Dodge>

Description

Settings for dodging.

Properties

durationThe amount of seconds it takes to perform a dodge.
consecutiveDodgesThe amount of dodges the character can perform in a row before the reset cooldown starts.
consecutiveDelayThe amount of seconds before the character can perform another dodge after an initial dodge.
speedModifierThe multiplier applied to the characters's movement speed while dodging.

Constructors

DodgeSettings