Function DampedSpringJoint2D.stiffness

The higher the value, the less the bodies attached to the joint will deform it. The joint applies an opposing force to the bodies, the product of the stiffness multiplied by the size difference from its resting length.

double stiffness() nothrow @property @nogc;

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