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

Retrieves the PxContactModifyCallback pointer set with setContactModifyCallback().

The current user contact modify callback pointer. See PxContactModifyCallback.