class in Unity.Hierarchy.Editor
Specifies that a method creates a Hierarchy.HierarchyViewCellDescriptor for a specific Hierarchy.HierarchyViewColumn.
| Property | Description |
|---|---|
| ColumnHint | The column identifier or column header title to register this cell to. |
| Handler | Gets the Hierarchy.HierarchyNodeTypeHandler type used to manage the nodes for this cell. Only one cell descriptor per handler type can be registered in a column. |
| Constructor | Description |
|---|---|
| HierarchyViewCellDescriptorAttribute | Creates a new HierarchyViewCellDescriptorAttribute. |
| Method | Description |
|---|---|
| CustomizeDescriptor | Defines the required signature for methods decorated with HierarchyViewCellDescriptorAttribute. Implement this method to populate the Hierarchy.HierarchyViewCellDescriptor. |