docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method Setup

    Setup(RTHandle, RTHandle)

    Configures the pass.

    Declaration
    public void Setup(RTHandle depthHandle, RTHandle normalHandle)
    Parameters
    Type Name Description
    RTHandle depthHandle

    The RTHandle used to render depth to.

    RTHandle normalHandle

    The RTHandle used to render normals.

    See Also
    RTHandle

    Setup(RTHandle, RTHandle, RTHandle)

    Configure the pass

    Declaration
    public void Setup(RTHandle depthHandle, RTHandle normalHandle, RTHandle decalLayerHandle)
    Parameters
    Type Name Description
    RTHandle depthHandle

    The RTHandle used to render depth to.

    RTHandle normalHandle

    The RTHandle used to render normals.

    RTHandle decalLayerHandle

    The RTHandle used to render decals.

    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)