|
Rapier C — 2D / f32 0.36.0+c.0
|
Copy of the automatic stepping settings. More...
#include <rapier.h>
Data Fields | |
| R2Bool | enabled |
| Whether automatic stepping is enabled. | |
| struct R2CharacterLength | max_height |
| Maximum height of the steps climbed automatically. | |
| struct R2CharacterLength | min_width |
| Minimum free width required on top of a step. | |
| R2Bool | include_dynamic_bodies |
| Whether the character can also step over dynamic bodies. | |
Copy of the automatic stepping settings.
| R2Bool R2CharacterAutostep::enabled |
Whether automatic stepping is enabled.
| R2Bool R2CharacterAutostep::include_dynamic_bodies |
Whether the character can also step over dynamic bodies.
| struct R2CharacterLength R2CharacterAutostep::max_height |
Maximum height of the steps climbed automatically.
| struct R2CharacterLength R2CharacterAutostep::min_width |
Minimum free width required on top of a step.