Version: Unity 6.6 Beta (6000.6)
LanguageEnglish
  • C#

Resolution

struct in UnityEngine

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Represents a display resolution.

Resolution structures are returned by Screen.resolutions property.

Properties

Property Description
heightResolution height in pixels.
refreshRateRatioResolution's vertical refresh rate in Hz.
widthResolution width in pixels.

Public Methods

Method Description
EqualsReturns true if the resolutions are equal.
GetHashCodeReturns the hash code for this resolution.
ToStringReturns a nicely formatted string of the resolution.

Operators

Operator Description
operator !=Returns true if two resolutions are unequal.
operator ==Returns true if two resolutions are equal.