docs.unity.cn
    Show / Hide Table of Contents

    Class WaveformMonitor

    This class holds settings for the Waveform monitor.

    Inheritance
    Object
    Monitor
    WaveformMonitor
    Inherited Members
    Monitor.output
    Monitor.IsRequestedAndSupported(PostProcessRenderContext)
    Monitor.CheckOutput(Int32, Int32)
    Namespace: UnityEngine.Rendering.PostProcessing
    Syntax
    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.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Thursday, April 14, 2022
    Terms of use