# UltraWideAngle

> Ultra wide angle camera. These devices have a shorter focal length than a wide-angle camera.

## Definition

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

```csharp
UltraWideAngle = 4
```

### Remarks

On iOS devices, this value is reported directly by the hardware.

On Android devices, this value is reported for cameras with a calculated Equivalent Focal Length of less than 20mm.

Additional Resources: [WebCamDevice.kind](/engine/6000.0/script-reference/unityengine/webcamdevice/kind.md).
