LLM for Unity  v2.2.5
Create characters in Unity with LLMs!
Loading...
Searching...
No Matches
LLMUnity.LLMBuilder Class Reference

Static Public Member Functions

static void HandleActionFileRecursive (string source, string target, ActionCallback actionCallback)
 
static void CopyWithOverwrite (string source, string target)
 
static void CopyPath (string source, string target)
 
static void MovePath (string source, string target)
 
static bool DeletePath (string path)
 
static void HideLibraryPlatforms (string platform)
 
static void BuildModels ()
 
static void Build (string platform)
 
static void Reset ()
 

Static Public Attributes

static string BuildTempDir = Path.Combine(Application.temporaryCachePath, "LLMUnityBuild")
 

Detailed Description

Definition at line 9 of file LLMBuilder.cs.

Member Function Documentation

◆ Build()

static void LLMUnity.LLMBuilder.Build ( string platform)
inlinestatic

Definition at line 143 of file LLMBuilder.cs.

◆ BuildModels()

static void LLMUnity.LLMBuilder.BuildModels ( )
inlinestatic

Definition at line 137 of file LLMBuilder.cs.

◆ CopyPath()

static void LLMUnity.LLMBuilder.CopyPath ( string source,
string target )
inlinestatic

Definition at line 45 of file LLMBuilder.cs.

◆ CopyWithOverwrite()

static void LLMUnity.LLMBuilder.CopyWithOverwrite ( string source,
string target )
inlinestatic

Definition at line 40 of file LLMBuilder.cs.

◆ DeletePath()

static bool LLMUnity.LLMBuilder.DeletePath ( string path)
inlinestatic

Definition at line 56 of file LLMBuilder.cs.

◆ HandleActionFileRecursive()

static void LLMUnity.LLMBuilder.HandleActionFileRecursive ( string source,
string target,
ActionCallback actionCallback )
inlinestatic

Definition at line 21 of file LLMBuilder.cs.

◆ HideLibraryPlatforms()

static void LLMUnity.LLMBuilder.HideLibraryPlatforms ( string platform)
inlinestatic

Definition at line 115 of file LLMBuilder.cs.

◆ MovePath()

static void LLMUnity.LLMBuilder.MovePath ( string source,
string target )
inlinestatic

Definition at line 50 of file LLMBuilder.cs.

◆ Reset()

static void LLMUnity.LLMBuilder.Reset ( )
inlinestatic

Definition at line 150 of file LLMBuilder.cs.

Member Data Documentation

◆ BuildTempDir

string LLMUnity.LLMBuilder.BuildTempDir = Path.Combine(Application.temporaryCachePath, "LLMUnityBuild")
static

Definition at line 12 of file LLMBuilder.cs.


The documentation for this class was generated from the following file: