pub unsafe extern "C" fn PxCollection_contains(
    self_: *const PxCollection,
    object: *mut PxBase
) -> bool
Expand description

Returns whether the collection contains a certain PxBase object.

Whether object is contained.