# WideAngle

> Wide angle (default) camera.

## Definition

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

```csharp
WideAngle = 1
```

### 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 from 20mm to 45mm.

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