diff options
author | kobewi <kobewi4e@gmail.com> | 2022-03-25 01:17:30 +0100 |
---|---|---|
committer | kobewi <kobewi4e@gmail.com> | 2022-03-25 01:17:30 +0100 |
commit | 6b3c964080d914cfe23af32d80cfb3b9f41f687f (patch) | |
tree | 907589f949ab4fc0e5ad2760b8958332a0844c7b /editor/editor_node.h | |
parent | 391633760b0ea292af079287faf79c1aee6d9254 (diff) |
Switch scene when editing foreign resource
Diffstat (limited to 'editor/editor_node.h')
-rw-r--r-- | editor/editor_node.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_node.h b/editor/editor_node.h index 0b6dbaec49..16599e6c31 100644 --- a/editor/editor_node.h +++ b/editor/editor_node.h @@ -755,6 +755,7 @@ public: void select_editor_by_name(const String &p_name); void open_request(const String &p_path); + void edit_foreign_resource(RES p_resource); bool is_changing_scene() const; |