CrouchSettings
Inherits from Zigurous.CharacterController.MovementAbilitySettings<T>
Declaration
[Serializable]
public class CrouchSettings : MovementAbilitySettings<Crouch>
Description
Settings for crouching.
Properties
crouchHeight | The height of the character while crouching. |
standHeight | The height of the character while standing. |
animationDuration | The amount of seconds it takes the character to crouch. |
animationTiming | The easing curve applied to the crouch animation. |
Constructors
CrouchSettings |