docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method GetActivePassVolume

    GetActivePassVolume(CustomPassInjectionPoint)

    Gets the currently active Custom Pass Volume for a given injection point. Note this function returns only the first active volume, not the others that will be executed.

    Declaration
    [Obsolete("In order to support multiple custom pass volume per injection points, please use GetActivePassVolumes.")]
    public static CustomPassVolume GetActivePassVolume(CustomPassInjectionPoint injectionPoint)
    Parameters
    Type Name Description
    CustomPassInjectionPoint injectionPoint

    The injection point to get the currently active Custom Pass Volume for.

    Returns
    Type Description
    CustomPassVolume

    Returns the Custom Pass Volume instance associated with the injection point.

    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)