|
Rapier C — 2D / f64 0.36.0+c.0
|
Collision membership/filter masks and their pairwise combination rule. More...
#include <rapier.h>
Data Fields | |
| uint32_t | memberships |
| Groups this object belongs to, as a 32-bit mask. | |
| uint32_t | filter |
| Membership groups accepted by this object, as a 32-bit mask. | |
| uint32_t | test_mode |
| 0 requires both membership/filter tests; 1 accepts either test. | |
Collision membership/filter masks and their pairwise combination rule.
| uint32_t R2InteractionGroups::filter |
Membership groups accepted by this object, as a 32-bit mask.
| uint32_t R2InteractionGroups::memberships |
Groups this object belongs to, as a 32-bit mask.
| uint32_t R2InteractionGroups::test_mode |
0 requires both membership/filter tests; 1 accepts either test.