Resolution

struct in UnityEngine

매뉴얼로 전환

설명

Represents a display resolution.

Resolution structures are returned by Screen.resolutions property.

변수

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

Public 함수

ToStringReturns a nicely formatted string of the resolution.