summaryrefslogtreecommitdiffstats
path: root/editor/scene_tree_dock.h
diff options
context:
space:
mode:
authorHugo Locurcio <hugo.locurcio@hugo.pro>2021-07-07 01:59:46 +0200
committerHugo Locurcio <hugo.locurcio@hugo.pro>2021-07-07 01:59:46 +0200
commit99909cb4f72d3689d23becd12e0f6d18f98c11f4 (patch)
tree48772eaa7b86592a4ff6cda5dad14d02305a225b /editor/scene_tree_dock.h
parent506daf6d5d4a0e8adc06252cf47909667da17f45 (diff)
downloadredot-engine-99909cb4f72d3689d23becd12e0f6d18f98c11f4.tar.gz
Add a root Node3D automatically if absent when adding preview sun and sky
This makes for a smoother prototyping process compared to displaying an error message.
Diffstat (limited to 'editor/scene_tree_dock.h')
-rw-r--r--editor/scene_tree_dock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/scene_tree_dock.h b/editor/scene_tree_dock.h
index 88c4a85f4c..08d992d465 100644
--- a/editor/scene_tree_dock.h
+++ b/editor/scene_tree_dock.h
@@ -261,6 +261,7 @@ public:
void _focus_node();
void import_subscene();
+ void add_root_node(Node *p_node);
void set_edited_scene(Node *p_scene);
void instantiate(const String &p_file);
void instantiate_scenes(const Vector<String> &p_files, Node *p_parent = nullptr);