Class WaveformMonitor
This class holds settings for the Waveform monitor.
Inherited Members
Namespace: UnityEngine.Rendering.PostProcessing
Syntax
[Serializable]
public sealed class WaveformMonitor : Monitor
Fields
exposure
The exposure multiplier applied to the waveform values.
Declaration
public float exposure
Field Value
Type | Description |
---|---|
Single |
height
The height of the rendered waveform.
Declaration
public int height
Field Value
Type | Description |
---|---|
Int32 |
Remarks
Waveforms display localized values so the width is dynamic and depends on the current aspect ratio.