ChipmunkConstraint
.errorBias var errorBias : float
Rate that error (stretching of the constraint) is fixed.
Defaults to Mathf.Pow(0.9f, 60f)
. In other words, fix 10% of the error every 1/60th of a second. It's rare that you will need to change this value.