Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


HierarchyCommandList(Hierarchy, int)

Constructs a new HierarchyCommandList.
Read time 1 minuteLast updated 11 days ago

Definition

  • Type: Constructor
  • Namespace: Unity.Hierarchy
  • Assembly: UnityEngine.HierarchyCoreModule
public HierarchyCommandList(Hierarchy hierarchy, int initialCapacity = 65536)

Parameters

hierarchy

The hierarchy.

initialCapacity

The initial required capacity in bytes.