EditorApplication.HierarchyWindowItemByEntityIdCallback
Delegate to be called for every visible list item in the HierarchyWindow on every OnGUI event.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Delegate
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public delegate void EditorApplication.HierarchyWindowItemByEntityIdCallback(EntityId entityId, Rect selectionRect)
Remarks
Additional Resources: EditorApplication.hierarchyWindowItemByEntityIdOnGUI.