pub unsafe extern "C" fn PxAABBManager_addObject_mut(
    self_: *mut PxAABBManager,
    index: u32,
    bounds: *const PxBounds3,
    group: u32,
    distance: f32
)
Expand description

Adds an object to the manager.

Objects’ indices are externally managed, i.e. they must be provided by users (as opposed to handles that could be returned by this manager). The design allows users to identify an object by a single ID, and use the same ID in multiple sub-systems.