Table of Contents

Class YVRQualityManager

Namespace
YVR.Core
Assembly
YVR.Core.Runtime.dll

Manager for rendering quality

[Serializable]
public class YVRQualityManager
Inheritance
YVRQualityManager
Inherited Members

Fields

useRecommendedMSAALevel

Whether to use recommend MSAA level, if true, the value of @YVR.Core.YVRQualityManager.antiAliasing will be ignored

Properties

enableDynamicResolution
fixedFoveatedRenderingDynamic

Set or get current fixed foveated rendering dynamic

fixedFoveatedRenderingLevel

Set or get current fixed foveated rendering level

maxDynamicResolutionScale
minDynamicResolutionScale
powerSetting
recommendAntiAlisingLevel

Gets the recommended MSAA level for optimal quality/performance the current device.

sharpenType

Set or get current eyebuffer sharpenType

vSyncCount

Set or get current vSync count

Methods

Initialize()

Using the data from unity Inspector panel to initialize vSync count and ffr level

Update()

Events

onFFRChanged

The event which will be triggered when ffr level changed

onSharpenTypeChanged

The event which will be triggered when sharpen type changed

onVSyncCountChanged

The event which will be triggered when vSync count changed