Class AIDevKitSettings
Inheritance
Object
ScriptableObject
AIDevKitSettings
Inherited Members
ScriptableObject.SetDirty()
ScriptableObject.CreateInstance<T>()
Object.GetEntityId()
Object.GetInstanceID()
Object.GetHashCode()
Object.InstantiateAsync<T>(T)
Object.InstantiateAsync<T>(T, Transform)
Object.InstantiateAsync<T>(T, Vector3, Quaternion)
Object.InstantiateAsync<T>(T, Transform, Vector3, Quaternion)
Object.Instantiate(Object, Vector3, Quaternion)
Object.Instantiate(Object, Vector3, Quaternion, Transform)
Object.Instantiate(Object)
Object.Instantiate(Object, Scene)
Object.Instantiate<T>(T, InstantiateParameters)
Object.Instantiate<T>(T, Vector3, Quaternion, InstantiateParameters)
Object.Instantiate(Object, Transform)
Object.Instantiate<T>(T)
Object.Instantiate<T>(T, Vector3, Quaternion)
Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
Object.Instantiate<T>(T, Transform)
Object.Destroy(Object)
Object.DestroyImmediate(Object)
Object.DontDestroyOnLoad(Object)
Object.DestroyObject(Object)
Object.FindObjectsOfType<T>()
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindObjectOfType<T>()
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Object.ToString()
Object.name
Object.hideFlags
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.dll
Syntax
[AssetPath("Resources/AIDevKit/", AssetPathAttribute.Location.ResourcesFolder)]
public class AIDevKitSettings : ScriptableRuntimeSingleton<AIDevKitSettings>
Properties
| Edit this page View SourceAllowUserApiKeys
Declaration
public static bool AllowUserApiKeys { get; }
Property Value
| Type | Description |
|---|---|
| bool |
ArchiveGenerationRecordsByDefault
Declaration
public static bool ArchiveGenerationRecordsByDefault { get; }
Property Value
| Type | Description |
|---|---|
| bool |
DebugMode
Declaration
public static bool DebugMode { get; }
Property Value
| Type | Description |
|---|---|
| bool |
DefaultModels
Declaration
public static string[] DefaultModels { get; }
Property Value
| Type | Description |
|---|---|
| string[] |
DefaultOutputPath
Default path for runtime downloads, used in dynamically updating or adding resources at runtime.
Declaration
public static string DefaultOutputPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
DefaultVoice
Declaration
public static string DefaultVoice { get; }
Property Value
| Type | Description |
|---|---|
| string |
DownloadAbortModeByDefault
Declaration
public static DownloadAbortMode DownloadAbortModeByDefault { get; }
Property Value
| Type | Description |
|---|---|
| DownloadAbortMode |
DownloadGeneratedFilesByDefault
Declaration
public static bool DownloadGeneratedFilesByDefault { get; }
Property Value
| Type | Description |
|---|---|
| bool |
LogLevel
Declaration
public static TraceLevel LogLevel { get; }
Property Value
| Type | Description |
|---|---|
| TraceLevel |
MeasureLatencyByDefault
Declaration
public static bool MeasureLatencyByDefault { get; }
Property Value
| Type | Description |
|---|---|
| bool |
NetworkSettings
Declaration
public static NetworkSettings NetworkSettings { get; }
Property Value
| Type | Description |
|---|---|
| NetworkSettings |
OverwriteGeneratedFilesByDefault
Declaration
public static bool OverwriteGeneratedFilesByDefault { get; }
Property Value
| Type | Description |
|---|---|
| bool |
SavePromptHistoryOnRuntime
Declaration
public static bool SavePromptHistoryOnRuntime { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Methods
| Edit this page View SourceCreateDefaultDownloadOptions()
Declaration
public static DownloadOptions CreateDefaultDownloadOptions()
Returns
| Type | Description |
|---|---|
| DownloadOptions |
GetExternalSavePath()
Declaration
public static string GetExternalSavePath()
Returns
| Type | Description |
|---|---|
| string |
GetInternalSavePath()
Declaration
public static string GetInternalSavePath()
Returns
| Type | Description |
|---|---|
| string |