pub unsafe extern "C" fn PxScene_getArticulations(
    self_: *const PxScene,
    userBuffer: *mut *mut PxArticulationReducedCoordinate,
    bufferSize: u32,
    startIndex: u32
) -> u32
Expand description

Retrieve all the articulations in the scene.

Number of articulations written to the buffer.