Reserve(int)
Reserves memory for nodes to use. Use this to avoid memory allocation hits when you add batches of nodes.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Method
- Namespace: Unity.Hierarchy
- Assembly: UnityEngine.HierarchyCoreModule
public bool Reserve(int count)
Parameters
The number of nodes to reserve memory for.
Returns
Type | Description |
|---|---|
| bool | |