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

Updates an object in the manager.

This call can update an object’s bounds, distance, or both. It is not possible to update an object’s filter group.