pub unsafe extern "C" fn PxRigidDynamic_getStabilizationThreshold(
    self_: *const PxRigidDynamic
) -> f32
Expand description

Returns the mass-normalized kinetic energy below which an actor may participate in stabilization.

Actors whose kinetic energy divided by their mass is above this threshold will not participate in stabilization.

The energy threshold for participating in stabilization.