Let EditorPlugins set editor/distraction-free mode

This commit is contained in:
Will Nations
2019-08-05 12:57:23 -05:00
parent dfa324eb8e
commit 2e3264259b
4 changed files with 30 additions and 0 deletions

View File

@ -732,6 +732,8 @@ public:
bool item_has_editor(Object *p_object);
void hide_top_editors();
void select_editor_by_name(const String &p_name);
void open_request(const String &p_path);
bool is_changing_scene() const;