HierarchyViewColumn
Represents a column in a HierarchyView.
Read time 2 minutesLast updated 10 days ago
Definition
- Type: Class
- Namespace: Unity.Hierarchy
- Assembly: UnityEngine.HierarchyModule
- Inherits from: Column
- Implements: INotifyBindablePropertyChanged
public sealed class HierarchyViewColumn : Column, INotifyBindablePropertyChanged
Constructors
Constructor | Description |
|---|---|
| HierarchyViewColumn(Unity.Hierarchy.HierarchyView,Unity.Hierarchy.HierarchyViewColumnDescriptor) | Creates a new HierarchyViewColumn from a HierarchyViewColumnDescriptor and sets the HierarchyView it belongs to. |
Properties
Property | Description |
|---|---|
| CellDescriptors | Gets the collection of HierarchyViewCellDescriptor instances available for this column. |
| Descriptor | Gets the HierarchyViewColumnDescriptor used to build this column. |
Methods
Method | Description |
|---|---|
| AddCell | Adds 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. |
| ToString | Returns a string representation of this HierarchyViewColumn. |