docs.unity.cn
    Show / Hide Table of Contents

    Class PostProcessDebug

    This component holds a set of debugging utilities related to post-processing.

    Inheritance
    Object
    PostProcessDebug
    Namespace: UnityEngine.Rendering.PostProcessing
    Syntax
    public sealed class PostProcessDebug : MonoBehaviour
    Remarks

    These utilities can be used at runtime to debug on device.

    Fields

    debugOverlay

    The currently set overlay.

    Declaration
    public DebugOverlay debugOverlay
    Field Value
    Type Description
    DebugOverlay

    histogram

    Holds settings for the histogram.

    Declaration
    public bool histogram
    Field Value
    Type Description
    Boolean

    lightMeter

    Holds settings for the light meter.

    Declaration
    public bool lightMeter
    Field Value
    Type Description
    Boolean

    postProcessLayer

    A reference to a PostProcessLayer to debug.

    Declaration
    public PostProcessLayer postProcessLayer
    Field Value
    Type Description
    PostProcessLayer

    vectorscope

    Holds settings for the vectorscope.

    Declaration
    public bool vectorscope
    Field Value
    Type Description
    Boolean

    waveform

    Holds settings for the waveform.

    Declaration
    public bool waveform
    Field Value
    Type Description
    Boolean
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Thursday, April 14, 2022
    Terms of use