docs.unity.cn
    Show / Hide Table of Contents

    Class SdfIntListOpVector.SdfIntListOpVectorEnumerator

    Inheritance
    Object
    SdfIntListOpVector.SdfIntListOpVectorEnumerator
    Namespace: pxr
    Syntax
    public sealed class SdfIntListOpVectorEnumerator : IEnumerator<SdfIntListOp>, IDisposable, IEnumerator

    Constructors

    SdfIntListOpVectorEnumerator(SdfIntListOpVector)

    Declaration
    public SdfIntListOpVectorEnumerator(SdfIntListOpVector collection)
    Parameters
    Type Name Description
    SdfIntListOpVector collection

    Properties

    Current

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

    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