Chipmunk2D Unity Documentation | Main Page | Forum

Manual

Tutorials

API

Classes

Structs

Enumerations

ChipmunkSlideJoint

Class : Inherits from ChipmunkConstraint

Similar to a ChipmunkPinJoint, but the distance between the anchors is constrained to a certain range instead of a constant value.


Variables


anchr1The location of the anchor point on the parent body.
anchr2The location of the anchor point on ChipmunkConstraint.bodyB.
minThe minimum distance between the anchor points.
maxThe maximum distance between the anchor points.


Inherited Variables


bodyBThe other body that the constraint attaches to.
impulseThe magnitude of the impulse this constraint applied last frame.
maxForceMaximum force the constraint is allowed to use.
errorBiasRate that error (stretching of the constraint) is fixed.
maxBiasMaximum rate that constraint error is fixed.