Class LoraOperator
Implements
Inherited Members
Namespace: Unity.Muse.Common
Assembly: solution.dll
Syntax
[Serializable]
public class LoraOperator : IOperator
Constructors
| Name | Description |
|---|---|
| LoraOperator() |
Properties
| Name | Description |
|---|---|
| Hidden | Whether the operator should be hidden from the UI. |
| Label | Human-readable label for the operator. |
| OperatorName |
Methods
| Name | Description |
|---|---|
| Clone() | |
| Enable(bool) | |
| Enabled() | |
| GetCanvasView() | |
| GetOperatorData() | |
| GetOperatorView(Model) | |
| GetSettingsView() | Get the settings view for this operator. |
| IsSavable() | |
| RegisterToEvents(Model) | |
| SetLoraGuid(string) | |
| SetOperatorData(OperatorData) | |
| UnregisterFromEvents(Model) |