# headingAccuracy

> Accuracy of heading reading in degrees.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine](/engine/6000.7/script-reference/unityengine.md)
* **Assembly:** UnityEngine.InputLegacyModule

```csharp
public float headingAccuracy { get; }
```

### Remarks

Negative value means unreliable reading. If accuracy is not supported or not available, 0 is returned. Not all platforms support this precise accuracy, so the value may vary between few constant values.
