docs.unity.cn
    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 Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 18 October 2021