docs.unity.cn
    Show / Hide Table of Contents

    Class UsdPropertyVector.UsdPropertyVectorEnumerator

    Inheritance
    Object
    UsdPropertyVector.UsdPropertyVectorEnumerator
    Namespace: pxr
    Syntax
    public sealed class UsdPropertyVectorEnumerator : IEnumerator<UsdProperty>, IDisposable, IEnumerator

    Constructors

    UsdPropertyVectorEnumerator(UsdPropertyVector)

    Declaration
    public UsdPropertyVectorEnumerator(UsdPropertyVector collection)
    Parameters
    Type Name Description
    UsdPropertyVector collection

    Properties

    Current

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

    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