![]() |
LLM for Unity
v3.0.1
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 35 of file LLMUtils.cs.
|
inline |
Definition at line 41 of file LLMUtils.cs.
|
inlinestatic |
Definition at line 48 of file LLMUtils.cs.
| string LLMUnity.LoraAsset.assetPath |
Definition at line 37 of file LLMUtils.cs.
| string LLMUnity.LoraAsset.fullPath |
Definition at line 38 of file LLMUtils.cs.
| float LLMUnity.LoraAsset.weight |
Definition at line 39 of file LLMUtils.cs.