Type Definition physx_sys::RaycastHitCallback

source ·
pub type RaycastHitCallback = unsafe extern "C" fn(_: *const PxRigidActor, _: *const PxFilterData, _: *const PxShape, hit_flags: u32, _: *const c_void) -> PxQueryHitType;
Expand description

return 0 = PxQueryHitType::eNONE return 1 = PxQueryHitType::eTOUCH return 2 = PxQueryHitType::eBLOCK