Struct VRRSettings
A wrapper around the VRR settings in the Samsung provider to be usable in the Simulator.
Namespace: UnityEditor.AdaptivePerformance.Simulator.Editor
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 |
|---|---|
| Boolean |
highSpeedVRR
highSpeedVRR set to true if high-speed VRR should be simulated and false otherwise.
Declaration
public bool highSpeedVRR
Field Value
| Type | Description |
|---|---|
| Boolean |