mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Another scene tree dock menu cleanup
This commit is contained in:
parent
410373dce7
commit
4ed2abb0bf
3 changed files with 42 additions and 7 deletions
|
|
@ -273,6 +273,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