|
Rapier C — 3D / f64 0.36.0+c.0
|
Allowed character motion and ground-contact state. More...
#include <rapier.h>
Data Fields | |
| struct R3Vector | translation |
| Allowed world-space displacement; not applied automatically. | |
| R3Bool | grounded |
| Whether the character touches the ground after movement. | |
| R3Bool | is_sliding_down_slope |
| Whether motion includes sliding down a non-climbable slope. | |
Allowed character motion and ground-contact state.
| R3Bool R3CharacterMovement::grounded |
Whether the character touches the ground after movement.
| R3Bool R3CharacterMovement::is_sliding_down_slope |
Whether motion includes sliding down a non-climbable slope.
| struct R3Vector R3CharacterMovement::translation |
Allowed world-space displacement; not applied automatically.