Function SliderJoint.linearLimitSoftness

A factor applied to the movement across the slider axis once the limits get surpassed. The lower, the slower the movement.

double linearLimitSoftness() nothrow @property @nogc;

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