Resolution

struct in UnityEngine

Switch to Manual

Description

表示显示分辨率。

Resolution structures are returned by Screen.resolutions property.

Variables

height分辨率高度(以像素为单位)。
refreshRate分辨率的垂直刷新率(以 Hz 为单位)。
width分辨率宽度(以像素为单位)。

Public Functions

ToString返回此分辨率的整齐格式化的字符串。