docs.unity.cn
    Show / Hide Table of Contents

    Class PluginUtility

    Inheritance
    Object
    PluginUtility
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Unity.VisualScripting
    Syntax
    public static class PluginUtility

    Methods

    OrderByDependencies(IEnumerable<Plugin>)

    Declaration
    public static IEnumerable<Plugin> OrderByDependencies(this IEnumerable<Plugin> plugins)
    Parameters
    Type Name Description
    IEnumerable<Plugin> plugins
    Returns
    Type Description
    IEnumerable<Plugin>

    ResolveDependencies(IEnumerable<Plugin>)

    Declaration
    public static IEnumerable<Plugin> ResolveDependencies(this IEnumerable<Plugin> plugins)
    Parameters
    Type Name Description
    IEnumerable<Plugin> plugins
    Returns
    Type Description
    IEnumerable<Plugin>
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Thursday, August 24, 2023