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
The column identifier of the column that hosts cells for this descriptor.
The type of the HierarchyNodeTypeHandler used to modify data of this cell.