docs.unity.cn
    Show / Hide Table of Contents

    Enum CustomPassDrawer.PassUIFlag

    List of the elements you can show/hide in the default custom pass UI.

    Namespace: UnityEditor.Rendering.HighDefinition
    Syntax
    [Flags]
    public enum PassUIFlag

    Fields

    Name Description Value
    All

    Shows all the default UI fields.


    -1
    None

    Hides all the default UI fields.


    0
    Name

    Shows the name field.


    1
    TargetColorBuffer

    Shows the target color buffer field.


    2
    TargetDepthBuffer

    Shows the target depth buffer field.


    4
    ClearFlags

    Shows the clear flags field.


    8
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on 08 September 2023