|
Rapier C — 2D / f32 0.36.0+c.0
|
Sensor intersection state for a collider pair. More...
#include <rapier.h>
Data Fields | |
| struct R2ColliderHandle | collider1 |
| First collider in the pair. | |
| struct R2ColliderHandle | collider2 |
| Second collider in the pair. | |
| R2Bool | intersecting |
| Whether the two sensor/collider shapes intersect. | |
Sensor intersection state for a collider pair.
| struct R2ColliderHandle R2IntersectionPair::collider1 |
First collider in the pair.
| struct R2ColliderHandle R2IntersectionPair::collider2 |
Second collider in the pair.
| R2Bool R2IntersectionPair::intersecting |
Whether the two sensor/collider shapes intersect.