class in Unity.Hierarchy.Editor
Specifies that a method creates a HierarchyViewCellDescriptor for a specific HierarchyViewColumn.
| Property | Description |
|---|---|
| ColumnHint | The column identifier or column header title to register this cell to. |
| Handler | Gets the 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 HierarchyViewCellDescriptor. |