Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

EditorApplication.ProjectWindowItemCallback

Switch to Manual
public delegate ProjectWindowItemCallback(guid: string, selectionRect: Rect): void;

Parameters

Description

Delegate to be called for every visible list item in the ProjectWindow on every OnGUI event.

See Also: EditorApplication.projectWindowItemOnGUI.