mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Merge pull request #33343 from KoBeWi/scene_tree_dusting
Another scene tree dock menu cleanup
This commit is contained in:
commit
99cc4d246f
3 changed files with 42 additions and 7 deletions
|
|
@ -275,6 +275,7 @@ public:
|
|||
void clear();
|
||||
|
||||
List<Node *> &get_selected_node_list();
|
||||
List<Node *> get_full_selected_node_list();
|
||||
Map<Node *, Object *> &get_selection() { return selection; }
|
||||
|
||||
EditorSelection();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue