Function SliderJoint.linearMotionSoftness

A factor applied to the movement across the slider axis as long as the slider is in the limits. The lower, the slower the movement.

double linearMotionSoftness() nothrow @property @nogc;

void linearMotionSoftness (
  double v
) nothrow @property @nogc;