OnBindItem(HierarchyViewItem)
Called whenever a HierarchyViewItem is bound to a HierarchyView. Typically used to set up the item with the necessary data and styles.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: Unity.Hierarchy
- Assembly: UnityEngine.HierarchyModule
protected virtual void OnBindItem(HierarchyViewItem item)
Parameters
The HierarchyViewItem being bound.