# xRange

> Returns or specifies the range of valid values for angular motion about the x-axis. Defaults to [-180.0, 180.0].

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor.IMGUI.Controls](/engine/6000.7/script-reference/unityeditor/imgui/controls.md)
* **Assembly:** UnityEditor

```csharp
public Vector2 xRange { get; set; }
```

### Remarks

The x-value is the lower limit of the range and the y-value is the upper limit of the range.

Additional Resources: [JointAngularLimitHandle.xMin](/engine/6000.7/script-reference/unityeditor/imgui/controls/jointangularlimithandle/xmin.md), [JointAngularLimitHandle.xMax](/engine/6000.7/script-reference/unityeditor/imgui/controls/jointangularlimithandle/xmax.md).
