AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class AIDevKitComponent

    Inheritance
    object
    AIDevKitComponent
    AIModuleComponent
    ChatbotComponent
    RealtimeAssistant
    SpeechAPI
    Namespace: Glitch9.AIDevKit.Components
    Assembly: .dll
    Syntax
    public abstract class AIDevKitComponent : MonoBehaviour

    Fields

    debugMode

    Declaration
    protected bool debugMode
    Field Value
    Type Description
    bool

    onError

    Declaration
    protected UnityEvent<string> onError
    Field Value
    Type Description
    UnityEvent<string>

    Methods

    OnError(Exception)

    Declaration
    protected void OnError(Exception error)
    Parameters
    Type Name Description
    Exception error

    OnError(string)

    Declaration
    protected void OnError(string message)
    Parameters
    Type Name Description
    string message
    In this article
    Back to top Generated by DocFX