语言English
  • C#

EditorApplication.ProjectWindowItemInstanceCallback

声明

public delegate void ProjectWindowItemInstanceCallback(int instanceID, Rect selectionRect);

描述

在每次 OnGUI 事件中,为 ProjectWindow 中每个可见列表项调用的委托。如果您想扩展 Project 窗口的功能,请使用此委托。例如,显示与可见资源或子资源相关的的信息或工具。


Did you find this page useful? Please give it a rating: