# Sandbox.Physics.PulleyJoint

A pulley constraint. Consists of 2 ropes which share same length, and the ratio changes via physics interactions.
            
Typical setup looks like this:

```csharp
@-----------------@
   |                 |
   |                 |
Object A          Object B
```

- Kind: class
- Namespace: `Sandbox.Physics`
- Assembly: `Sandbox.Engine`
- Inherits: [Sandbox.Physics.PhysicsJoint](/api/Sandbox.Physics.PhysicsJoint)
