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

Writes the array of heightfield pointers to a user buffer.

Returns the number of pointers written.

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

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