Joint2D.bias

When nodeA and nodeB move in different directions the bias controls how fast the joint pulls them back to their original position. The lower the bias the more the two bodies can pull on the joint.

  1. double bias [@property getter]
    struct Joint2D
    @nogc nothrow @property
    double
    bias
    ()
  2. double bias [@property setter]

Meta