Merge pull request #108507 from dementive/optimize-scene-tree-groups

Optimize scene tree groups
This commit is contained in:
Thaddeus Crews 2025-11-14 14:22:57 -06:00
commit 7d5034c50a
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC
8 changed files with 35 additions and 43 deletions

View file

@ -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;