Class MonitorsDebugSettings
Monitor debug settings
Inherited Members
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
[Serializable]
public class MonitorsDebugSettings
Fields
monitorsSize
Size ratio of the monitors
Declaration
public float monitorsSize
Field Value
Type | Description |
---|---|
float |
vectorscopeExposure
The exposure multiplier applied to the vectorscope values. Must be positive.
Declaration
public float vectorscopeExposure
Field Value
Type | Description |
---|---|
float |
vectorscopeToggle
Toggles the vectorscope monitor
Declaration
public bool vectorscopeToggle
Field Value
Type | Description |
---|---|
bool |
waveformExposure
The exposure multiplier applied to the waveform values. Must be positive.
Declaration
public float waveformExposure
Field Value
Type | Description |
---|---|
float |
waveformParade
Toggles parade mode for the waveform monitor
Declaration
public bool waveformParade
Field Value
Type | Description |
---|---|
bool |
waveformToggle
Toggles the waveform monitor
Declaration
public bool waveformToggle
Field Value
Type | Description |
---|---|
bool |