Merge pull request #65449 from YuriSizov/editor-main-control-screen-container-node

Rename `EditorInterface.get_editor_main_control` to `get_editor_main_screen`
This commit is contained in:
Rémi Verschelde 2022-09-07 08:59:37 +02:00
commit c1150428c6
21 changed files with 38 additions and 38 deletions

View file

@ -145,7 +145,7 @@ void NavigationMeshEditorPlugin::make_visible(bool p_visible) {
NavigationMeshEditorPlugin::NavigationMeshEditorPlugin() {
navigation_mesh_editor = memnew(NavigationMeshEditor);
EditorNode::get_singleton()->get_main_control()->add_child(navigation_mesh_editor);
EditorNode::get_singleton()->get_main_screen_control()->add_child(navigation_mesh_editor);
add_control_to_container(CONTAINER_SPATIAL_EDITOR_MENU, navigation_mesh_editor->bake_hbox);
navigation_mesh_editor->hide();
navigation_mesh_editor->bake_hbox->hide();