HierarchyViewCellDescriptorAttribute(string, Type)
Creates a new HierarchyViewCellDescriptorAttribute.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Constructor
- Namespace: Unity.Hierarchy.Editor
- Assembly: UnityEditor
public HierarchyViewCellDescriptorAttribute(string columnHint, Type handler = null)
Parameters
The column identifier or column header title to register the cell descriptor to.
The HierarchyNodeTypeHandler type used to manage the nodes for this cell. If null, the cell manipulates HierarchyNode instances directly.