# Axis

> Device is an analog axis that provides continuous value represented by a float.

## Definition

* **Type:** Field
* **Namespace:** [UnityEngine](/engine/6000.5/script-reference/unityengine.md)
* **Assembly:** UnityEngine.ClusterInputModule

> **Warning:**
>
> **Deprecated.** This type is deprecated and will be removed in a future release.

```csharp
Axis = 1
```

### Remarks

Additional Resources:[ClusterInput.GetAxis](/engine/6000.5/script-reference/unityengine/clusterinput/getaxis.md).
