docs.unity.cn
    Show / Hide Table of Contents

    Class UsdCollectionAPIVector.UsdCollectionAPIVectorEnumerator

    Inheritance
    Object
    UsdCollectionAPIVector.UsdCollectionAPIVectorEnumerator
    Namespace: pxr
    Syntax
    public sealed class UsdCollectionAPIVectorEnumerator : IEnumerator<UsdCollectionAPI>, IDisposable, IEnumerator

    Constructors

    UsdCollectionAPIVectorEnumerator(UsdCollectionAPIVector)

    Declaration
    public UsdCollectionAPIVectorEnumerator(UsdCollectionAPIVector collection)
    Parameters
    Type Name Description
    UsdCollectionAPIVector collection

    Properties

    Current

    Declaration
    public UsdCollectionAPI Current { get; }
    Property Value
    Type Description
    UsdCollectionAPI

    Methods

    Dispose()

    Declaration
    public void Dispose()

    MoveNext()

    Declaration
    public bool MoveNext()
    Returns
    Type Description
    Boolean

    Reset()

    Declaration
    public void Reset()
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Friday, June 23, 2023