JumpSettings

Inherits from Zigurous.CharacterController.MovementAbilitySettings<T>

Declaration

[Serializable]
public class JumpSettings : MovementAbilitySettings<Jump>

Description

Settings for jumping.

Properties

heightThe vertical force of the jump.
consecutiveJumpsThe amount of jumps the character can perform in a row before they must wait to land before they can jump again.
consecutiveDelayThe amount of seconds before the character can perform another jump after an initial jump.
coyoteTimeThe amount of extra time the character has to jump after falling off a ledge.

Constructors

JumpSettings