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

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
 

Detailed Description

Class representing a LORA asset.

Definition at line 32 of file LLMUtils.cs.

Constructor & Destructor Documentation

◆ LoraAsset()

LLMUnity.LoraAsset.LoraAsset ( string path,
float weight = 1 )
inline

Definition at line 38 of file LLMUtils.cs.

Member Function Documentation

◆ RuntimePath()

static string LLMUnity.LoraAsset.RuntimePath ( string path)
inlinestatic

Definition at line 45 of file LLMUtils.cs.

Member Data Documentation

◆ assetPath

string LLMUnity.LoraAsset.assetPath

Definition at line 34 of file LLMUtils.cs.

◆ fullPath

string LLMUnity.LoraAsset.fullPath

Definition at line 35 of file LLMUtils.cs.

◆ weight

float LLMUnity.LoraAsset.weight

Definition at line 36 of file LLMUtils.cs.


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