docs.unity.cn
    Show / Hide Table of Contents

    Class SdfSpecHandleVector.SdfSpecHandleVectorEnumerator

    Inheritance
    Object
    SdfSpecHandleVector.SdfSpecHandleVectorEnumerator
    Namespace: pxr
    Syntax
    public sealed class SdfSpecHandleVectorEnumerator : IEnumerator<SdfSpecHandle>, IDisposable, IEnumerator

    Constructors

    SdfSpecHandleVectorEnumerator(SdfSpecHandleVector)

    Declaration
    public SdfSpecHandleVectorEnumerator(SdfSpecHandleVector collection)
    Parameters
    Type Name Description
    SdfSpecHandleVector collection

    Properties

    Current

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

    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