PxCollection_find

Function PxCollection_find 

Source
pub unsafe extern "C" fn PxCollection_find(
    self_: *const PxCollection,
    id: u64,
) -> *mut PxBase
Expand description

Looks for a PxBase object given a PxSerialObjectId value.

If there is no PxBase object in the collection with the given id, NULL is returned.

PxBase object with the given id value or NULL