mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Implements "Batch Rename" editor tool.
This commit is contained in:
parent
c58891ff4c
commit
e58b10c883
7 changed files with 831 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue