docs.unity3d.com
    Show / Hide Table of Contents

    Enum ExVisualElement.Passes

    Rendering passes that will be executed. This is used to optimize and fine-tune the rendering.

    Namespace: Unity.AppUI.UI
    Syntax
    [Flags]
    public enum Passes

    Fields

    Name Description Value
    Clear

    The clear pass. This will clear the render texture.


    1
    OutsetShadows

    The outset shadows pass. This will render the outset shadows.


    2
    BackgroundColor

    The background color pass. This will render the background color.


    4
    BackgroundImage

    The background image pass. This will render the background image.


    8
    InsetShadows

    The inset shadows pass. This will render the inset shadows.


    16
    Borders

    The borders pass. This will render the borders.


    32
    Outline

    The outline pass. This will render the outline.


    64
    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