# down()

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

## Definition

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

```csharp
public static float3 down()
```

### Returns

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

### Remarks

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