ChipmunkSlideJoint
Similar to a @ChipmunkPinJoint@, but the distance between the anchors is constrained to a certain range instead of a constant value.
Variables
anchr1 | The location of the anchor point on the parent body. |
anchr2 | The location of the anchor point on bodyB. |
min | The minimum distance between the anchor points. |
max | The maximum distance between the anchor points. |
Inherited Variables
bodyB | The other body that the constraint attaches to. |
maxForce | Maximum force the constraint is allowed to use. |
errorBias | Rate that error (stretching of the constraint) is fixed. |
maxForce | Maximum rate that constraint error is fixed. |