pub unsafe extern "C" fn PxCollection_removeId_mut(
self_: *mut PxCollection,
id: u64,
)Expand description
Removes id from a contained PxBase object.
May only be called for ids that are associated with an object in the collection.
pub unsafe extern "C" fn PxCollection_removeId_mut(
self_: *mut PxCollection,
id: u64,
)Removes id from a contained PxBase object.
May only be called for ids that are associated with an object in the collection.