Version: 2022.3

RefreshRate

struct in UnityEngine

切换到手册

描述

Represents the display refresh rate. This is how many frames the display can show per second.

Display refresh rate is always a rational number which is expressed as a fraction that contains a numerator and a denominator. For example, a 59.94 Hz display might have a numerator of 60000 and a denominator of 1001.

变量

denominatorDenominator of the refresh rate fraction.
numeratorNumerator of the refresh rate fraction.
valueThe numerical value of the refresh rate in hertz.