HierarchyView.GetTooltipEventHandler
Delegate type used to handle the event of getting a tooltip for a HierarchyViewItem.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Delegate
- Namespace: Unity.Hierarchy
- Assembly: UnityEngine.HierarchyModule
public delegate void HierarchyView.GetTooltipEventHandler(HierarchyView view, HierarchyViewItem item, StringBuilder tooltip, bool filtering)