pub unsafe extern "C" fn PxScene_getBroadPhaseCallback(
self_: *const PxScene,
) -> *mut PxBroadPhaseCallbackExpand description
Retrieves the PxBroadPhaseCallback pointer set with setBroadPhaseCallback().
The current broad-phase callback pointer. See PxBroadPhaseCallback.