# cutouts

> Returns a list of screen areas that do not display content (Read Only).

## Definition

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

```csharp
public static Rect[] cutouts { get; }
```

### Remarks

These areas are represented as [Rect](/engine/6000.0/script-reference/unityengine/rect.md) structures in pixels.
