AI DevKit
Search Results for

    Show / Hide Table of Contents

    Class ComponentExtensions

    Inheritance
    object
    ComponentExtensions
    Namespace: Glitch9.AIDevKit.Components
    Assembly: .dll
    Syntax
    public static class ComponentExtensions

    Methods

    GetFunctionDeclarations(IFunctionManager)

    Declaration
    public static FunctionDeclaration[] GetFunctionDeclarations(this IFunctionManager functionManager)
    Parameters
    Type Name Description
    IFunctionManager functionManager
    Returns
    Type Description
    FunctionDeclaration[]

    GetFunctions(IFunctionManager)

    Declaration
    public static List<FunctionCall> GetFunctions(this IFunctionManager functionManager)
    Parameters
    Type Name Description
    IFunctionManager functionManager
    Returns
    Type Description
    List<FunctionCall>
    In this article
    Back to top Generated by DocFX