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