pub unsafe extern "C" fn PxCollection_remove_mut(
self_: *mut PxCollection,
object: *mut PxBase,
)Expand description
Removes a PxBase member object from the collection.
Object needs to be contained by the collection.
pub unsafe extern "C" fn PxCollection_remove_mut(
self_: *mut PxCollection,
object: *mut PxBase,
)Removes a PxBase member object from the collection.
Object needs to be contained by the collection.