enum CharacterClimbingMode

Controls climbing behaviour for a capsule character controller.

Normally the character controller will not automatically climb when heights are greater than the assigned step offset. However due to the shape of the capsule it might automatically climb over slightly larger heights than assigned step offsets.

Values

NameValueDescription
Normal 0 Normal behaviour.
Constrained 1 The system will attempt to limit auto-step to the provided step offset and no higher.