Rapier C — 3D / f32 0.36.0+c.0
Loading...
Searching...
No Matches
R3CharacterAutostep Struct Reference

Copy of the automatic stepping settings. More...

#include <rapier.h>

Data Fields

R3Bool enabled
 Whether automatic stepping is enabled.
struct R3CharacterLength max_height
 Maximum height of the steps climbed automatically.
struct R3CharacterLength min_width
 Minimum free width required on top of a step.
R3Bool include_dynamic_bodies
 Whether the character can also step over dynamic bodies.

Detailed Description

Copy of the automatic stepping settings.

Field Documentation

◆ enabled

R3Bool R3CharacterAutostep::enabled

Whether automatic stepping is enabled.

◆ include_dynamic_bodies

R3Bool R3CharacterAutostep::include_dynamic_bodies

Whether the character can also step over dynamic bodies.

◆ max_height

struct R3CharacterLength R3CharacterAutostep::max_height

Maximum height of the steps climbed automatically.

◆ min_width

struct R3CharacterLength R3CharacterAutostep::min_width

Minimum free width required on top of a step.


The documentation for this struct was generated from the following file: