pub unsafe extern "C" fn PxQueryFilterCallback_postFilter_mut(
self_: *mut PxQueryFilterCallback,
filterData: *const PxFilterData,
hit: *const PxQueryHit,
shape: *const PxShape,
actor: *const PxRigidActor,
) -> PxQueryHitTypeExpand description
This filter callback is executed if the exact intersection test returned true and PxQueryFlag::ePOSTFILTER flag was set.
the updated hit type for this hit (see PxQueryHitType)