docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method AddPassOfType

    AddPassOfType<T>()

    Add a pass of type passType in the active pass list

    Declaration
    public CustomPass AddPassOfType<T>() where T : CustomPass
    Returns
    Type Description
    CustomPass

    The new custom

    Type Parameters
    Name Description
    T

    The type of the CustomPass to create

    AddPassOfType(Type)

    Add a pass of type passType in the active pass list

    Declaration
    public CustomPass AddPassOfType(Type passType)
    Parameters
    Type Name Description
    Type passType

    The type of the CustomPass to create

    Returns
    Type Description
    CustomPass

    The new custom

    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)