pub unsafe extern "C" fn PxArticulationReducedCoordinate_setSleepThreshold_mut(
    self_: *mut PxArticulationReducedCoordinate,
    threshold: f32
)
Expand description

Sets the mass-normalized energy threshold below which the articulation may go to sleep.

The articulation will sleep if the energy of each link is below this threshold.

This call may not be made during simulation.