pub unsafe extern "C" fn PxScene_getContactModifyCallback(
self_: *const PxScene,
) -> *mut PxContactModifyCallbackExpand description
Retrieves the PxContactModifyCallback pointer set with setContactModifyCallback().
The current user contact modify callback pointer. See PxContactModifyCallback.