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.