# XRDisplayRefreshRateInfo

Contains the supported refresh rates and the current refresh rate.

## Summary

|                                                                                                   ### Public attributes                                                                                                    ||
|--------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------|
| [CurrentRefreshRate](https://developer.android.com/develop/xr/unity/reference/struct/Google/XR/Extensions/XRDisplayRefreshRateInfo#currentrefreshrate)       | `float` The current refresh rate.                            |
| [SupportedRefreshRates](https://developer.android.com/develop/xr/unity/reference/struct/Google/XR/Extensions/XRDisplayRefreshRateInfo#supportedrefreshrates) | `float[]` The display refresh rates supported by the device. |

## Public attributes

### CurrentRefreshRate

```c#
float Google::XR::Extensions::XRDisplayRefreshRateInfo::CurrentRefreshRate
```  
The current refresh rate.  

### SupportedRefreshRates

```c#
float[] Google::XR::Extensions::XRDisplayRefreshRateInfo::SupportedRefreshRates
```  
The display refresh rates supported by the device.