pub unsafe extern "C" fn PxPhysics_getBVHs(
    self_: *const PxPhysics,
    userBuffer: *mut *mut PxBVH,
    bufferSize: u32,
    startIndex: u32
) -> u32
Expand description

Writes the array of bounding volume hierarchy pointers to a user buffer.

Returns the number of pointers written.

The ordering of the BVHs in the array is not specified.

The number of BVH pointers written to userBuffer, this should be less or equal to bufferSize.