Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

Hierarchy.Reserve

Declaration

public void Reserve(int count);

Parameters

count The number of nodes to reserve memory for.

Description

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