Class AIDevKitManager
Exposed central hub for AIDevKit for customization and user context.
Inherited Members
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.dll
Syntax
public static class AIDevKitManager
Properties
| Edit this page View SourceCurrentUser
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 |
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 SourceResetApiKeyAvailability()
Declaration
public static void ResetApiKeyAvailability()
ResetClientAvailability()
Declaration
public static void ResetClientAvailability()