Version: 2023.1
언어: 한국어

Resolution

struct in UnityEngine

매뉴얼로 전환

설명

Represents a display resolution.

Resolution structures are returned by Screen.resolutions property.

변수

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

Public 함수

ToStringReturns a nicely formatted string of the resolution.