docs.unity.cn
    Show / Hide Table of Contents

    Class UsdAttributeVector.UsdAttributeVectorEnumerator

    Inheritance
    Object
    UsdAttributeVector.UsdAttributeVectorEnumerator
    Namespace: pxr
    Syntax
    public sealed class UsdAttributeVectorEnumerator : IEnumerator<UsdAttribute>, IDisposable, IEnumerator

    Constructors

    UsdAttributeVectorEnumerator(UsdAttributeVector)

    Declaration
    public UsdAttributeVectorEnumerator(UsdAttributeVector collection)
    Parameters
    Type Name Description
    UsdAttributeVector collection

    Properties

    Current

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

    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