Implements "Batch Rename" editor tool.

This commit is contained in:
Blazej Floch 2018-01-21 01:12:25 -05:00
parent c58891ff4c
commit e58b10c883
7 changed files with 831 additions and 5 deletions

View file

@ -224,7 +224,6 @@ private:
List<Node *> selected_node_list;
void _update_nl();
Array _get_selected_nodes();
Array _get_transformable_selected_nodes();
void _emit_change();
@ -232,6 +231,7 @@ protected:
static void _bind_methods();
public:
Array get_selected_nodes();
void add_node(Node *p_node);
void remove_node(Node *p_node);
bool is_selected(Node *) const;