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.
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.
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.
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.
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.
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.
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.