|
Rapier C — 2D / f64 0.36.0+c.0
|
Collision start/stop flags match Rapier CollisionEventFlags. More...
#include <rapier.h>
Data Fields | |
| struct R2ColliderHandle | collider1 |
| First collider in the pair. | |
| struct R2ColliderHandle | collider2 |
| Second collider in the pair. | |
| R2Bool | started |
| 1 for a starting event, 0 for a stopping event. | |
| uint32_t | flags |
| Bitmask of R2_COLLISION_EVENT_SENSOR and R2_COLLISION_EVENT_REMOVED. | |
Collision start/stop flags match Rapier CollisionEventFlags.
| struct R2ColliderHandle R2CollisionEvent::collider1 |
First collider in the pair.
| struct R2ColliderHandle R2CollisionEvent::collider2 |
Second collider in the pair.
| uint32_t R2CollisionEvent::flags |
Bitmask of R2_COLLISION_EVENT_SENSOR and R2_COLLISION_EVENT_REMOVED.
| R2Bool R2CollisionEvent::started |
1 for a starting event, 0 for a stopping event.