Version: Unity 6.6 Alpha (6000.6)
LanguageEnglish
  • C#

UnityEngine.HierarchyModule

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Module containing a high performance Hierarchy container.

Classes

Class Description
HierarchyExtensions Provides extension methods for Hierarchy to access and enumerate node type handlers.
HierarchyNodeTypeHandler Provides a base class for hierarchy node type handlers that manage how specific node types are displayed and interact with HierarchyView instances.
HierarchyView UI element control that displays a Hierarchy.
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.
HierarchyViewCellDescriptor Provides a cell descriptor used to register a new HierarchyViewCell for a specific HierarchyNodeTypeHandler type in the Hierarchy. Use this class to create custom UI to edit or display data for a node in a HierarchyViewCell that corresponds to a HierarchyViewColumn.
HierarchyViewColumn Represents a column in a HierarchyView.
HierarchyViewColumnDescriptor Provides a column descriptor used to register a new column in the HierarchyView and to control the display and customization of this column.
HierarchyViewColumnState Contains the overridable column properties for a HierarchyViewColumn.
HierarchyViewItem Represents a UI element that displays a hierarchy item in a HierarchyView.
HierarchyViewState Contains the persistable configuration for a HierarchyView.

Structs

Struct Description
HierarchyNodeTypeHandlerEnumerable A read-only collection of HierarchyNodeTypeHandler instances.
HierarchyViewDragAndDropHandlingData Contains the data needed to handle a drag and drop operation in a HierarchyView.
HierarchyViewDragAndDropSetupData Contains the data needed to start a drag and drop operation.