docs.unity.cn
    Show / Hide Table of Contents

    Class SdfPropertySpecHandleVector.SdfPropertySpecHandleVectorEnumerator

    Inheritance
    Object
    SdfPropertySpecHandleVector.SdfPropertySpecHandleVectorEnumerator
    Namespace: pxr
    Syntax
    public sealed class SdfPropertySpecHandleVectorEnumerator : IEnumerator<SdfPropertySpecHandle>, IDisposable, IEnumerator

    Constructors

    SdfPropertySpecHandleVectorEnumerator(SdfPropertySpecHandleVector)

    Declaration
    public SdfPropertySpecHandleVectorEnumerator(SdfPropertySpecHandleVector collection)
    Parameters
    Type Name Description
    SdfPropertySpecHandleVector collection

    Properties

    Current

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

    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