# Sandbox.Physics.SliderJoint

A slider constraint, basically allows movement only on the arbitrary axis between the 2 constrained objects on creation.

- Kind: class
- Namespace: `Sandbox.Physics`
- Assembly: `Sandbox.Engine`
- Inherits: [Sandbox.Physics.PhysicsJoint](/api/Sandbox.Physics.PhysicsJoint)

## Properties

- [`Friction`](/api/Sandbox.Physics.SliderJoint/Friction): Slider friction.
- [`MaxLength`](/api/Sandbox.Physics.SliderJoint/MaxLength): Maximum length it should be allowed to go
- [`MinLength`](/api/Sandbox.Physics.SliderJoint/MinLength): Minimum length it should be allowed to go
