EditorAISettingsBuilder
Methods
AIPrompt(System.Action)
Defines the configuration options for the side panel AI Prompt tool in the Editor.
Parameters
configurator - System.Action<EditorAIPromptSettingsBuilder>
The configurator for the inline setting.
RETURNS
The EditorAISettingsBuilder instance for fluent API chaining.
AIPrompt(System.Boolean)
Defines the configuration options for the side panel AI Prompt tool in the Editor. If set to false, the inline AI tool is disabled.
Parameters
enabled - System.Boolean
Enables or disables the inline option.
RETURNS
The EditorAISettingsBuilder instance for fluent API chaining.
InlineAIPrompt(System.Action)
Defines the configuration options for the inline AI Prompt tool in the Editor.
Parameters
configurator - System.Action<EditorAIBaseSettingsBuilder>
The configurator for the popup setting.
RETURNS
The EditorAISettingsBuilder instance for fluent API chaining.
InlineAIPrompt(System.Boolean)
Defines the configuration options for the inline AI Prompt tool in the Editor. If set to false, the inline AI tool is disabled.
Parameters
enabled - System.Boolean
Enables or disables the popup option.
RETURNS
The EditorAISettingsBuilder instance for fluent API chaining.
Commands(System.Action)
Defines the commands for the AI tool. The commands are displayed in the AI tool dropdown.
Parameters
configurator - System.Action<EditorAISettingsCommandFactory>
The configurator for the commands setting.
RETURNS
The EditorAISettingsBuilder instance for fluent API chaining.
Pane(System.Action)
Defines the configuration options for the Splitter Pane containing the side panel AI Prompt. This allows you to control the pane's size, minimum size, collapsibility, and collapsed state.
Parameters
configurator - System.Action<EditorAIPaneSettingsBuilder>
The configurator for the pane setting.
RETURNS
The EditorAISettingsBuilder instance for fluent API chaining.
Service(System.Action)
The URL of the AI service to use for generating outputs.
Parameters
configurator - System.Action<AIPromptServiceSettingsBuilder>
The configurator for the service setting.
RETURNS
The EditorAISettingsBuilder instance for fluent API chaining.