Function SliderJoint.angularLimitSoftness
A factor applied to the all rotation once the limit is surpassed. Makes all rotation slower when between 0 and 1.
double angularLimitSoftness() nothrow @property @nogc;
void angularLimitSoftness
(
double v
) nothrow @property @nogc;