Enum CustomPass.RenderQueueType | High Definition RP | 9.0.0-preview.71
docs.unity3d.com
    Show / Hide Table of Contents

    Enum CustomPass.RenderQueueType

    Render Queue filters for the DrawRenderers custom pass

    Namespace: UnityEngine.Rendering.HighDefinition
    Syntax
    public enum RenderQueueType

    Fields

    Name Description Value
    OpaqueNoAlphaTest

    Opaque GameObjects without alpha test only.

    0
    OpaqueAlphaTest

    Opaque GameObjects with alpha test only.

    1
    AllOpaque

    All opaque GameObjects.

    2
    AfterPostProcessOpaque

    Opaque GameObjects that use the after post process render pass.

    3
    PreRefraction

    Transparent GameObjects that use the the pre refraction render pass.

    4
    Transparent

    Transparent GameObjects that use the default render pass.

    5
    LowTransparent

    Transparent GameObjects that use the low resolution render pass.

    6
    AllTransparent

    All Transparent GameObjects.

    7
    AllTransparentWithLowRes

    Transparent GameObjects that use the Pre-refraction, Default, or Low resolution render pass.

    8
    AfterPostProcessTransparent

    Transparent GameObjects that use after post process render pass.

    9
    All

    All GameObjects

    10
    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