class
SpringJoint
public class SpringJoint : PhysicsJoint A rope-like constraint that is has springy/bouncy.
Properties
| Name | Type | Description |
|---|---|---|
SpringLinear | PhysicsSpring | How springy and tight the joint will be |
MaxLength | Single | Maximum length it should be allowed to go |
MinLength | Single | Minimum length it should be allowed to go. At which point it acts a bit like a rod. |
MaxForce | Single | Maximum force it should be allowed to go. Set to zero to only allow stretching. |
MinForce | Single | Minimum force it should be allowed to go. |
ReferenceMass | Single |