Hierarchy.ReserveChildren

Declaration

public void ReserveChildren(ref Unity.Hierarchy.HierarchyNode node, int count);

Parameters

node The hierarchy node.
count The number of children nodes to reserve memory for.

Description

Ensures that the hierarchy node has enough memory reserved for storing the specified number of children nodes.


Did you find this page useful? Please give it a rating: