# resolutions

> Returns all full-screen resolutions supported on the display (Read Only).

## Definition

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

```csharp
public Resolution[] resolutions { get; }
```

### Remarks

This property is currently supported only on Linux and embedded platforms.
