Class Performance
Inherited Members
Namespace: Unity.XR.Oculus
Assembly: solution.dll
Syntax
public static class Performance
Methods
| Name | Description |
|---|---|
| TryGetAvailableDisplayRefreshRates(out float[]) | Get an array of available display frequencies supported by this hardware. |
| TryGetDisplayRefreshRate(out float) | Get the current display frequency. |
| TrySetCPULevel(int) | Set the CPU Level for the device |
| TrySetDisplayRefreshRate(float) | Set the current display frequency. |
| TrySetGPULevel(int) | Set the GPU performance level |