pub unsafe extern "C" fn b2DistanceJoint_EnableLimit(
jointId: b2JointId,
enableLimit: bool,
)Expand description
Enable joint limit. The limit only works if the joint spring is enabled. Otherwise the joint is rigid and the limit has no effect.