docs.unity.cn
    Show / Hide Table of Contents

    Class UsdShadeOutputVector.UsdShadeOutputVectorEnumerator

    Inheritance
    Object
    UsdShadeOutputVector.UsdShadeOutputVectorEnumerator
    Namespace: pxr
    Syntax
    public sealed class UsdShadeOutputVectorEnumerator : IEnumerator<UsdShadeOutput>, IDisposable, IEnumerator

    Constructors

    UsdShadeOutputVectorEnumerator(UsdShadeOutputVector)

    Declaration
    public UsdShadeOutputVectorEnumerator(UsdShadeOutputVector collection)
    Parameters
    Type Name Description
    UsdShadeOutputVector collection

    Properties

    Current

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

    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