Chipmunk2D Unity Documentation | Main Page | Forum

Manual

Tutorials

API

Classes

Structs

Enumerations

ChipmunkConstraint.errorBias

var errorBias : float

Description

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.