Function SliderJoint.angularLimitDamping
The amount of damping of the rotation when the limit is surpassed. A lower damping value allows a rotation initiated by body A to travel to body B slower.
double angularLimitDamping() nothrow @property @nogc;
void angularLimitDamping
(
double v
) nothrow @property @nogc;