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]
  2. double bias [@property setter]
    struct Joint2D
    @nogc nothrow @property
    void
    bias
    (
    double v
    )

Meta