Struct VRRSettings
A wrapper around the VRR settings in the Samsung provider to be usable in the Simulator.
Inherited Members
Namespace: UnityEditor.AdaptivePerformance.Simulator.Editor
Assembly: Unity.AdaptivePerformance.Simulator.VRR.Extension.dll
Syntax
public struct VRRSettings
Fields
automaticVRR
automaticVRR set to true if automatic VRR should be simulated and false otherwise.
Declaration
public bool automaticVRR
Field Value
| Type | Description |
|---|---|
| bool |
highSpeedVRR
highSpeedVRR set to true if high-speed VRR should be simulated and false otherwise.
Declaration
public bool highSpeedVRR
Field Value
| Type | Description |
|---|---|
| bool |