|
- `editor.ui.*` — various UI-related functions, see [UI manual](/manuals/editor-scripts-ui).
|
|
- `editor.ui.*` — various UI-related functions, see [UI manual](/manuals/editor-scripts-ui).
|
|
If editor script module defines function `get_commands`, it will be called on extension reload, and returned commands will be available for use inside the editor in menu bar or in context menus in Assets and Outline panes. Example:
|
|
If editor script module defines function `get_commands`, it will be called on extension reload, and returned commands will be available for use inside the editor in menu bar or in context menus in Assets and Outline panes. Example:
|