Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetTooltip

Customize the tooltip displayed when the mouse hovers the node name label.
Read time 1 minuteLast updated 12 days ago

Definition

  • Type: Event
  • Namespace: Unity.Hierarchy
  • Assembly: UnityEngine.HierarchyModule
public event HierarchyView.GetTooltipEventHandler GetTooltip

Remarks

This callback receives the HierarchyView and the HierarchyViewItem to get the tooltip for, a StringBuilder to build the tooltip, and whether the HierarchyView is being filtered.