Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


HierarchyViewCellDescriptor(string, Type)

Creates a new HierarchyViewCellDescriptor.
Read time 1 minuteLast updated 12 days ago

Definition

  • Type: Constructor
  • Namespace: Unity.Hierarchy
  • Assembly: UnityEngine.HierarchyModule
public HierarchyViewCellDescriptor(string columnId, Type handlerType = null)

Parameters

columnId

The column identifier of the column that hosts cells for this descriptor.

handlerType

The type of the HierarchyNodeTypeHandler used to modify data of this cell.