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

Returns the sensors attached to the articulation.

The order of the sensors in the buffer is not necessarily identical to the order in which the sensors were added to the articulation.

The number of sensors written into the buffer.