# isAutoFocusPointSupported

> Returns true if the camera supports automatic focusing on points of interest and false otherwise.

## Definition

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

```csharp
public bool isAutoFocusPointSupported { get; }
```

### Remarks

Additional Resources: [\_autoFocusPoint](/engine/6000.7/script-reference/unityengine/webcamtexture/autofocuspoint.md)
