DashSettings
Inherits from Zigurous.CharacterController.MovementAbilitySettings<T>
Declaration
[Serializable]
public class DashSettings : MovementAbilitySettings<Dash>
Description
Settings for dashing.
Properties
distance | The distance the character travels while dashing. |
consecutiveDashes | The amount of dashes the character can perform in a row before the reset cooldown starts. |
consecutiveDelay | The amount of seconds before the character can perform another dash after an initial dash. |
speedModifier | The 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 |