pub unsafe extern "C" fn PxQueryFilterCallback_preFilter_mut(
    self_: *mut PxQueryFilterCallback,
    filterData: *const PxFilterData,
    shape: *const PxShape,
    actor: *const PxRigidActor,
    queryFlags: *mut PxHitFlags
) -> PxQueryHitType
Expand description

This filter callback is executed before the exact intersection test if PxQueryFlag::ePREFILTER flag was set.

the updated type for this hit (see PxQueryHitType)