JumpSettings
Inherits from Zigurous.CharacterController.MovementAbilitySettings<T>
Declaration
[Serializable]
public class JumpSettings : MovementAbilitySettings<Jump>Description
Settings for jumping.
Properties
| height | The vertical force of the jump. |
| consecutiveJumps | The amount of jumps the character can perform in a row before they must wait to land before they can jump again. |
| consecutiveDelay | The amount of seconds before the character can perform another jump after an initial jump. |
| coyoteTime | The amount of extra time the character has to jump after falling off a ledge. |
Constructors
| JumpSettings |