[ Web Proxy ]
URL:
Viewing: https://docs.unity3d.com/ScriptReference/Resolution.html [Back]  [Original]

Unity - Scripting API: Resolution
Version: Unity 6.5 (6000.5)
    • Supported
    • Legacy
    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
    Your name Your email Suggestion* Submit suggestion

    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.

    Web Proxy Viewer  |  New URL  |  Original Page