# cameraUsageDescription

> Describes the reason for access to the user's camera.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor](/engine/6000.7/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public static string cameraUsageDescription { get; set; }
```

### Remarks

When the OS prompts the user to allow access to the camera, this text is displayed as part of the dialog box.
