class
SliderJoint
public class SliderJoint : PhysicsJoint A slider constraint, basically allows movement only on the arbitrary axis between the 2 constrained objects on creation.
Properties
| Name | Type | Description |
|---|---|---|
MaxLength | Single | Maximum length it should be allowed to go |
MinLength | Single | Minimum length it should be allowed to go |
Friction | Single | Slider friction. |