[][src]Function physx_sys::create_contact_callback

pub unsafe extern "C" fn create_contact_callback(
    callback: CollisionCallback,
    userdata: *mut c_void
) -> *mut PxSimulationEventCallback

Create a C++ proxy callback which will forward contact events to Callback. The returned pointer must be freed by calling destroy_contact_callback when done using.