Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


HierarchyViewCellDescriptorAttribute(string, Type)

Creates a new HierarchyViewCellDescriptorAttribute.
Read time 1 minuteLast updated 12 days ago

Definition

public HierarchyViewCellDescriptorAttribute(string columnHint, Type handler = null)

Parameters

columnHint

The column identifier or column header title to register the cell descriptor to.

handler

The HierarchyNodeTypeHandler type used to manage the nodes for this cell. If null, the cell manipulates HierarchyNode instances directly.