|
Rapier C — 3D / f32 0.36.0+c.0
|
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. | |
Copy of the automatic stepping settings.
| R3Bool R3CharacterAutostep::enabled |
Whether automatic stepping is enabled.
| R3Bool R3CharacterAutostep::include_dynamic_bodies |
Whether the character can also step over dynamic bodies.
| struct R3CharacterLength R3CharacterAutostep::max_height |
Maximum height of the steps climbed automatically.
| struct R3CharacterLength R3CharacterAutostep::min_width |
Minimum free width required on top of a step.