Merge pull request #19849 from willnationsdev/expose-script-create-dialog
Expose ScriptCreateDialog to EditorPlugin
This commit is contained in:
commit
dacd9c51b1
11 changed files with 91 additions and 4 deletions
|
|
@ -598,6 +598,7 @@ public:
|
|||
EditorPluginList *get_editor_plugins_force_input_forwarding() { return editor_plugins_force_input_forwarding; }
|
||||
EditorInspector *get_inspector() { return inspector_dock->get_inspector(); }
|
||||
Container *get_inspector_dock_addon_area() { return inspector_dock->get_addon_area(); }
|
||||
ScriptCreateDialog *get_script_create_dialog() { return scene_tree_dock->get_script_create_dialog(); }
|
||||
|
||||
ProjectSettingsEditor *get_project_settings() { return project_settings; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue