pub unsafe extern "C" fn PxCollection_add_mut_1(
    self_: *mut PxCollection,
    collection: *mut PxCollection
)
Expand description

Adds all PxBase objects and their ids of collection to this collection.

PxBase objects already in this collection are ignored. Object ids need to be conflict free, i.e. the same object may not have two different ids within the two collections.