# xMotion

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

## Definition

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

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

### Remarks

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