pub unsafe extern "C" fn phys_PxGetGroupCollisionFlag(
    group1: u16,
    group2: u16
) -> bool
Expand description

Determines if collision detection is performed between a pair of groups

Collision group is an integer between 0 and 31.

True if the groups could collide