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

Sets a user callback object, which receives callbacks on all CCD contacts generated for specified actors.

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