CrouchSettings

Inherits from Zigurous.CharacterController.MovementAbilitySettings<T>

Declaration

[Serializable]
public class CrouchSettings : MovementAbilitySettings<Crouch>

Description

Settings for crouching.

Properties

crouchHeightThe height of the character while crouching.
standHeightThe height of the character while standing.
animationDurationThe amount of seconds it takes the character to crouch.
animationTimingThe easing curve applied to the crouch animation.

Constructors

CrouchSettings