docs.unity.cn
    Show / Hide Table of Contents

    Class SdfLayerOffsetVector.SdfLayerOffsetVectorEnumerator

    Inheritance
    Object
    SdfLayerOffsetVector.SdfLayerOffsetVectorEnumerator
    Namespace: pxr
    Syntax
    public sealed class SdfLayerOffsetVectorEnumerator : IEnumerator<SdfLayerOffset>, IDisposable, IEnumerator

    Constructors

    SdfLayerOffsetVectorEnumerator(SdfLayerOffsetVector)

    Declaration
    public SdfLayerOffsetVectorEnumerator(SdfLayerOffsetVector collection)
    Parameters
    Type Name Description
    SdfLayerOffsetVector collection

    Properties

    Current

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

    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