Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


HierarchyNodeTypeHandler

Provides a base class for hierarchy node type handlers that manage how specific node types are displayed and interact with HierarchyView instances.
Read time 2 minutesLast updated 5 days ago

Definition

public abstract class HierarchyNodeTypeHandler : HierarchyNodeTypeHandlerBase

Constructors

Constructor

Description

HierarchyNodeTypeHandler()Creates a new HierarchyNodeTypeHandler.

Methods

Method

Description

OnBindItemCalled whenever a HierarchyViewItem is bound to a HierarchyView. Typically used to set up the item with the necessary data and styles.
OnBindViewCalled when the HierarchyNodeTypeHandler is bound to a HierarchyView.
OnUnbindItemCalled whenever a HierarchyViewItem is unbound from a HierarchyView.
OnUnbindViewCalled when the HierarchyNodeTypeHandler is unbound from a HierarchyView.

Inheritance