Class PostProcessDebug | Post Processing | 2.3.0
docs.unity3d.com
    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 © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023