Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


HierarchyViewColumn

Represents a column in a HierarchyView.
Read time 2 minutesLast updated 10 days ago

Definition

public sealed class HierarchyViewColumn : Column, INotifyBindablePropertyChanged

Constructors

Properties

Property

Description

CellDescriptorsGets the collection of HierarchyViewCellDescriptor instances available for this column.
DescriptorGets the HierarchyViewColumnDescriptor used to build this column.

Methods

Method

Description

AddCellAdds a HierarchyViewCellDescriptor to this column. The cell descriptor must match the identifier of the HierarchyViewColumnDescriptor, and there must be no other cell descriptor with the same node type.
ToStringReturns a string representation of this HierarchyViewColumn.

Inheritance