LLM for Unity
v2.3.0
Create characters in Unity with LLMs!
|
Class representing a LORA asset. More...
Public Member Functions | |
LoraAsset (string path, float weight=1) | |
Static Public Member Functions | |
static string | RuntimePath (string path) |
Public Attributes | |
string | assetPath |
string | fullPath |
float | weight |
Class representing a LORA asset.
Definition at line 32 of file LLMUtils.cs.
|
inline |
Definition at line 38 of file LLMUtils.cs.
|
inlinestatic |
Definition at line 45 of file LLMUtils.cs.
string LLMUnity.LoraAsset.assetPath |
Definition at line 34 of file LLMUtils.cs.
string LLMUnity.LoraAsset.fullPath |
Definition at line 35 of file LLMUtils.cs.
float LLMUnity.LoraAsset.weight |
Definition at line 36 of file LLMUtils.cs.