| [ Web Proxy ] |
| Viewing: https://docs.unity3d.com/ScriptReference/Resolution.html | [Back] [Original] |
Represents a display resolution.
Resolution structures are returned by Screen.resolutions property.
| Property | Description |
|---|---|
| height | Resolution height in pixels. |
| refreshRateRatio | Resolution's vertical refresh rate in Hz. |
| width | Resolution width in pixels. |
| Method | Description |
|---|---|
| Equals | Returns true if the resolutions are equal. |
| GetHashCode | Returns the hash code for this resolution. |
| ToString | Returns a nicely formatted string of the resolution. |
| Operator | Description |
|---|---|
| operator != | Returns true if two resolutions are unequal. |
| operator == | Returns true if two resolutions are equal. |
| Web Proxy Viewer | New URL | Original Page |