pub unsafe extern "C" fn PxArticulationLink_release_mut(
    self_: *mut PxArticulationLink
)
Expand description

Releases the link from the articulation.

Only a leaf articulation link can be released.

Releasing a link is not allowed while the articulation link is in a scene. In order to release a link, remove and then re-add the corresponding articulation to the scene.