Class PromptOperator
Implements
Inherited Members
Namespace: Unity.Muse.Common
Assembly: solution.dll
Syntax
[Serializable]
public class PromptOperator : IOperator
Constructors
Name | Description |
---|---|
PromptOperator() |
Fields
Name | Description |
---|---|
MinimumPromptLength |
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() | Clones the operator. |
Enable(bool) | Sets the enabled state of the operator. |
Enabled() | Gets the enabled state of the operator. |
GetCanvasView() | |
GetOperatorData() | Gets the operator data. |
GetOperatorView(Model) | |
GetPrompt() | Gets the prompt for this operator. |
GetSettingsView() | Get the settings view for this operator. |
IsPromptValid() | |
IsSavable() | |
RegisterToEvents(Model) | Registers the operator to the model events. |
SetOperatorData(OperatorData) | Sets the operator data. |
SetPrompt(string) | Sets the prompt text. |
UnregisterFromEvents(Model) | Unregisters the operator from the model events. |