docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class AOVRequestDataCollection

    A collection of frame passes. To build one, AOVRequestBuilder

    Inheritance
    object
    AOVRequestDataCollection
    Implements
    IEnumerable<AOVRequestData>
    IEnumerable
    IDisposable
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.Rendering.HighDefinition
    Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
    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.

    Implements

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