Improve 2D/3D main screen auto-switching logic

Co-authored-by: Kit Bishop <kitbdev@gmail.com>
This commit is contained in:
Aaron Franke
2025-03-11 22:34:29 -07:00
parent a8598cd8e2
commit d9e1f5d678
6 changed files with 31 additions and 24 deletions

View File

@@ -81,6 +81,7 @@ public:
int get_plugin_index(EditorPlugin *p_editor) const;
EditorPlugin *get_selected_plugin() const;
EditorPlugin *get_plugin_by_name(const String &p_plugin_name) const;
bool can_auto_switch_screens() const;
VBoxContainer *get_control() const;