pub unsafe extern "C" fn PxArticulationSpatialTendon_getAttachments(
    self_: *const PxArticulationSpatialTendon,
    userBuffer: *mut *mut PxArticulationAttachment,
    bufferSize: u32,
    startIndex: u32
) -> u32
Expand description

Fills a user-provided buffer of attachment pointers with the set of attachments.

The number of attachments that were filled into the user buffer.