Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


HierarchyViewColumn(HierarchyView, HierarchyViewColumnDescriptor)

Creates a new HierarchyViewColumn from a HierarchyViewColumnDescriptor and sets the HierarchyView it belongs to.
Read time 1 minuteLast updated 12 days ago

Definition

  • Type: Constructor
  • Namespace: Unity.Hierarchy
  • Assembly: UnityEngine.HierarchyModule
public HierarchyViewColumn(HierarchyView view, HierarchyViewColumnDescriptor descriptor)

Parameters

The HierarchyView that hosts this column.

The HierarchyViewColumnDescriptor that provides the data to create the column and bind it.