pub unsafe extern "C" fn PxScene_setBroadPhaseCallback_mut(
    self_: *mut PxScene,
    callback: *mut PxBroadPhaseCallback
)
Expand description

Sets a broad-phase user callback object.

Do not set the callback while the simulation is running. Calls to this method while the simulation is running will be ignored.