# limits

> Limit of angular rotation (in degrees) on the joint.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine](/engine/6000.6/script-reference/unityengine.md)
* **Assembly:** UnityEngine.Physics2DModule

```csharp
public JointAngleLimits2D limits { get; set; }
```

### Remarks

Additional Resources: [HingeJoint2D.useLimits](/engine/6000.6/script-reference/unityengine/hingejoint2d/uselimits.md).
