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

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.

Detailed Description

Allowed character motion and ground-contact state.

Field Documentation

◆ grounded

R3Bool R3CharacterMovement::grounded

Whether the character touches the ground after movement.

◆ is_sliding_down_slope

R3Bool R3CharacterMovement::is_sliding_down_slope

Whether motion includes sliding down a non-climbable slope.

◆ translation

struct R3Vector R3CharacterMovement::translation

Allowed world-space displacement; not applied automatically.


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