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

Writes the array of shape pointers to a user buffer.

Returns the number of pointers written.

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

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