pub unsafe extern "C" fn phys_PxCreateCollection(
) -> *mut PxCollection
Expand description

Creates a collection object.

Objects can only be serialized or deserialized through a collection. For serialization, users must add objects to the collection and serialize the collection as a whole. For deserialization, the system gives back a collection of deserialized objects to users.

The new collection object.