Chipmunk
static var collisionBias : float
Rate at which overlapping objects are pushed apart.
Defaults to Mathf.Pow(0.9f, 60f), meaning it will fix 10% of overlap per 1/60th second.
Mathf.Pow(0.9f, 60f)