docs.unity.cn
    Show / Hide Table of Contents

    Class SdfUIntListOpVector.SdfUIntListOpVectorEnumerator

    Inheritance
    Object
    SdfUIntListOpVector.SdfUIntListOpVectorEnumerator
    Namespace: pxr
    Syntax
    public sealed class SdfUIntListOpVectorEnumerator : IEnumerator<SdfUIntListOp>, IDisposable, IEnumerator

    Constructors

    SdfUIntListOpVectorEnumerator(SdfUIntListOpVector)

    Declaration
    public SdfUIntListOpVectorEnumerator(SdfUIntListOpVector collection)
    Parameters
    Type Name Description
    SdfUIntListOpVector collection

    Properties

    Current

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

    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