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

Sets a user notify object which receives special simulation events when they occur.

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