This version of Unity is unsupported.

Hierarchy.Reserve

Declaration

public void Reserve(int count);

Parameters

count The number of nodes to reserve memory for.

Description

Reserves memory for nodes to use. Use this to avoid memory allocation hits when you add batches of nodes.