pub unsafe extern "C" fn PxArticulationAttachment_isLeaf(
    self_: *const PxArticulationAttachment
) -> bool
Expand description

Indicates that this attachment is a leaf, and thus defines a sub-tendon from the root to this attachment.

True: This attachment is a leaf and has zero children; False: Not a leaf.