DodgeSettings
Inherits from Zigurous.CharacterController.MovementAbilitySettings<T>
Declaration
[Serializable]
public class DodgeSettings : MovementAbilitySettings<Dodge>Description
Settings for dodging.
Properties
| duration | The amount of seconds it takes to perform a dodge. |
| consecutiveDodges | The amount of dodges the character can perform in a row before the reset cooldown starts. |
| consecutiveDelay | The amount of seconds before the character can perform another dodge after an initial dodge. |
| speedModifier | The multiplier applied to the characters's movement speed while dodging. |
Constructors
| DodgeSettings |