# yMotion

> Returns or specifies how angular motion is limited about the y-axis. Defaults to ConfigurableJointMotion.Limited.

## Definition

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

```csharp
public ConfigurableJointMotion yMotion { get; set; }
```

### Remarks

Additional Resources: [JointAngularLimitHandle.yMin](/engine/6000.7/script-reference/unityeditor/imgui/controls/jointangularlimithandle/ymin.md), [JointAngularLimitHandle.yMax](/engine/6000.7/script-reference/unityeditor/imgui/controls/jointangularlimithandle/ymax.md), [JointAngularLimitHandle.yRange](/engine/6000.7/script-reference/unityeditor/imgui/controls/jointangularlimithandle/yrange.md).
