Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


EditorApplication.HierarchyWindowItemCallback

Delegate to be called for every visible list item in the HierarchyWindow on every OnGUI event.
Read time 1 minuteLast updated 7 days ago

Definition

  • Type: Delegate
  • Namespace: UnityEditor
  • Assembly: UnityEditor
public delegate void EditorApplication.HierarchyWindowItemCallback(int instanceID, Rect selectionRect)

Remarks