Rapier C — 2D / f64 0.36.0+c.0
Loading...
Searching...
No Matches
R2CharacterAutostep Struct Reference

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.

Detailed Description

Copy of the automatic stepping settings.

Field Documentation

◆ enabled

R2Bool R2CharacterAutostep::enabled

Whether automatic stepping is enabled.

◆ include_dynamic_bodies

R2Bool R2CharacterAutostep::include_dynamic_bodies

Whether the character can also step over dynamic bodies.

◆ max_height

struct R2CharacterLength R2CharacterAutostep::max_height

Maximum height of the steps climbed automatically.

◆ min_width

struct R2CharacterLength R2CharacterAutostep::min_width

Minimum free width required on top of a step.


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