Search Results for

    Show / Hide Table of Contents

    Class AIDevKitManager

    Exposed central hub for AIDevKit for customization and user context.

    Inheritance
    object
    AIDevKitManager
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit
    Assembly: Glitch9.AIDevKit.dll
    Syntax
    public static class AIDevKitManager

    Properties

    | Edit this page View Source

    CurrentUser

    If your project has user accounts, set this to the currently logged-in user of your application.

    Declaration
    public static IUserProfile CurrentUser { get; set; }
    Property Value
    Type Description
    IUserProfile
    | Edit this page View Source

    SafetyIdentifier

    A unique identifier for safety and monitoring purposes. It prioritizes the current user's ID, falls back to the application identifier, and defaults to "My Unity Project" if neither is available.

    Declaration
    public static string SafetyIdentifier { get; }
    Property Value
    Type Description
    string

    Methods

    | Edit this page View Source

    ResetApiKeyAvailability()

    Declaration
    public static void ResetApiKeyAvailability()
    | Edit this page View Source

    ResetClientAvailability()

    Declaration
    public static void ResetClientAvailability()
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation