DashSettings

Inherits from Zigurous.CharacterController.MovementAbilitySettings<T>

Declaration

[Serializable]
public class DashSettings : MovementAbilitySettings<Dash>

Description

Settings for dashing.

Properties

distanceThe distance the character travels while dashing.
consecutiveDashesThe amount of dashes the character can perform in a row before the reset cooldown starts.
consecutiveDelayThe amount of seconds before the character can perform another dash after an initial dash.
speedModifierThe character's movement speed multiplier while dashing. The x-axis represents percentage of time in the range [0..1], and the y-axis represents the speed multiplier.

Constructors

DashSettings