pub unsafe extern "C" fn PxScene_getBroadPhaseCallback(
    self_: *const PxScene
) -> *mut PxBroadPhaseCallback
Expand description

Retrieves the PxBroadPhaseCallback pointer set with setBroadPhaseCallback().

The current broad-phase callback pointer. See PxBroadPhaseCallback.