docs.unity3d.com
    Show / Hide Table of Contents

    Class AOVRequestDataCollection

    A collection of frame passes. To build one, AOVRequestBuilder

    Inheritance
    Object
    AOVRequestDataCollection
    Namespace: UnityEngine.Rendering.HighDefinition
    Syntax
    public class AOVRequestDataCollection : IEnumerable<AOVRequestData>, IEnumerable, IDisposable

    Constructors

    AOVRequestDataCollection(List<AOVRequestData>)

    Build a new collection from requests.

    Declaration
    public AOVRequestDataCollection(List<AOVRequestData> aovRequestData)
    Parameters
    Type Name Description
    List<AOVRequestData> aovRequestData

    Requests to include in the collection.

    Methods

    Dispose()

    Dispose the collection.

    Declaration
    public void Dispose()

    GetEnumerator()

    Enumerate the frame passes.

    Declaration
    public IEnumerator<AOVRequestData> GetEnumerator()
    Returns
    Type Description
    IEnumerator<AOVRequestData>

    The enumerator over the values.

    Back to top
    Terms of use
    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