Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


HierarchyViewCellDescriptorAttribute

Specifies that a method creates a HierarchyViewCellDescriptor for a specific HierarchyViewColumn.
Read time 3 minutesLast updated 12 days ago

Definition

[AttributeUsage(AttributeTargets.Method)]public sealed class HierarchyViewCellDescriptorAttribute : Attribute

Constructors

Properties

Property

Description

ColumnHintThe column identifier or column header title to register this cell to.
HandlerGets the HierarchyNodeTypeHandler type used to manage the nodes for this cell. Only one cell descriptor per handler type can be registered in a column.

Static Methods

Method

Description

CustomizeDescriptorDefines the required signature for methods decorated with HierarchyViewCellDescriptorAttribute. Implement this method to populate the HierarchyViewCellDescriptor.

Inheritance

Inherited Members