mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Merge pull request #108507 from dementive/optimize-scene-tree-groups
Optimize scene tree groups
This commit is contained in:
commit
7d5034c50a
8 changed files with 35 additions and 43 deletions
|
|
@ -409,7 +409,7 @@ public:
|
|||
|
||||
void queue_delete(Object *p_object);
|
||||
|
||||
void get_nodes_in_group(const StringName &p_group, List<Node *> *p_list);
|
||||
Vector<Node *> get_nodes_in_group(const StringName &p_group);
|
||||
Node *get_first_node_in_group(const StringName &p_group);
|
||||
bool has_group(const StringName &p_identifier) const;
|
||||
int get_node_count_in_group(const StringName &p_group) const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue