# yRange

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

## Definition

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

```csharp
public Vector2 yRange { 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.yMin](/engine/6000.5/script-reference/unityeditor/imgui/controls/jointangularlimithandle/ymin.md), [JointAngularLimitHandle.yMax](/engine/6000.5/script-reference/unityeditor/imgui/controls/jointangularlimithandle/ymax.md).
