AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class ModelLibrary

    ScriptableObject database for storing model data. This database is used to keep track of the models available in the AI library.

    Inheritance
    object
    ModelLibrary
    Namespace: Glitch9.AIDevKit
    Assembly: .dll
    Syntax
    public class ModelLibrary : ScriptableDatabase<ModelLibrary.Repo, Model, ModelLibrary>

    Methods

    GetJsonSchemaSupportedModels()

    Declaration
    public static List<Model> GetJsonSchemaSupportedModels()
    Returns
    Type Description
    List<Model>
    In this article
    Back to top Generated by DocFX