# left()

> Unity's left axis (-1, 0, 0).

## Definition

* **Type:** Method
* **Namespace:** [Unity.Mathematics](/engine/6000.5/script-reference/unity/mathematics.md)
* **Assembly:** UnityEngine.MathematicsModule

```csharp
public static float3 left()
```

### Returns

| Type                                                                  | Description    |
| --------------------------------------------------------------------- | -------------- |
| [float3](/engine/6000.5/script-reference/unity/mathematics/float3.md) | The left axis. |

### Remarks

Matches \<a href="[https://docs.unity3d.com/ScriptReference/Vector3-left.html"\&gt;https://docs.unity3d.com/ScriptReference/Vector3-left.html\&lt;/a](https://docs.unity3d.com/ScriptReference/Vector3-left.html"\&gt;https://docs.unity3d.com/ScriptReference/Vector3-left.html\&lt;/a)>
