docs.unity.cn
    Show / Hide Table of Contents

    Class SdfLayerHandleVector.SdfLayerHandleVectorEnumerator

    Inheritance
    Object
    SdfLayerHandleVector.SdfLayerHandleVectorEnumerator
    Namespace: pxr
    Syntax
    public sealed class SdfLayerHandleVectorEnumerator : IEnumerator<SdfLayerHandle>, IDisposable, IEnumerator

    Constructors

    SdfLayerHandleVectorEnumerator(SdfLayerHandleVector)

    Declaration
    public SdfLayerHandleVectorEnumerator(SdfLayerHandleVector collection)
    Parameters
    Type Name Description
    SdfLayerHandleVector collection

    Properties

    Current

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

    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