pub unsafe extern "C" fn create_contact_callback(
callback: CollisionCallback,
userdata: *mut c_void,
) -> *mut PxSimulationEventCallback👎Deprecated
Expand description
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.