Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


HierarchyViewCell

Represents a cell container for a value displayed in a HierarchyViewColumn. By default, all cells that display a default value don't display their UI or editor unless their corresponding row is selected or the mouse hovers over the row.
Read time 8 minutesLast updated 10 days ago

Definition

public sealed class HierarchyViewCell : VisualElement, IEventHandler, IResolvedStyle, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, ICustomStyle

Properties

Property

Description

BoundObjectGets or sets user data bound to this cell. Typically a serialized object that acts as the model for the cell.
ColumnGets the parent column of this HierarchyViewCell.
DescriptorGets the HierarchyViewCellDescriptor used to create this cell.
HandlerGets the HierarchyNodeTypeHandler of the node displayed in this cell.
IsDefaultValueWhether the cell shows a default value.
NodeGets the HierarchyNode that corresponds to this cell.
NodeIndexGets the index of theHierarchyNode of this cell in the HierarchyViewModel.
ViewGets the HierarchyView that owns this cell.

Inheritance

Inherited Members