EditorApplication.ProjectWindowItemByEntityIdCallback
Delegate to be called for every visible list item in the ProjectWindow on every OnGUI event. Use this if you if you want to extend the functionality of the Project window. For example, to display information or tools relating to the assets or sub-assets that are visible.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Delegate
- Namespace: UnityEditor
- Assembly: UnityEditor.CoreModule
public delegate void EditorApplication.ProjectWindowItemByEntityIdCallback(EntityId entityId, Rect selectionRect)
Remarks
Additional Resources: EditorApplication.ProjectWindowItemCallback, EditorApplication.projectWindowItemByEntityIdOnGUI.