# DisplayInfo

> Represents a connected display.

## Definition

* **Type:** Struct
* **Namespace:** [UnityEngine](/engine/6000.0/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule
* **Implements:** [IEquatable\<DisplayInfo>](https://learn.microsoft.com/dotnet/api/system.iequatable-1)

```csharp
public struct DisplayInfo : IEquatable<DisplayInfo>
```

## Fields

| Value                                                                                 | Description                                                                                                                                                           |
| ------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [height](/engine/6000.0/script-reference/unityengine/displayinfo/height.md)           | The display height in pixels.                                                                                                                                         |
| [name](/engine/6000.0/script-reference/unityengine/displayinfo/name.md)               | Human-friendly display name.                                                                                                                                          |
| [refreshRate](/engine/6000.0/script-reference/unityengine/displayinfo/refreshrate.md) | The current refresh rate of the display.                                                                                                                              |
| [width](/engine/6000.0/script-reference/unityengine/displayinfo/width.md)             | The display width in pixels.                                                                                                                                          |
| [workArea](/engine/6000.0/script-reference/unityengine/displayinfo/workarea.md)       | Specifies the work area rectangle of the display relative to the top left corner. For example, it excludes the area covered by the macOS Dock or the Windows Taskbar. |
