RefreshRate

struct in UnityEngine

/

Implemented in:UnityEngine.CoreModule

Description

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.

Properties

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

Did you find this page useful? Please give it a rating: