Version: 2022.3

SearchUtils.ShowColumnEditor

切换到手册
public static EditorWindow ShowColumnEditor (IMGUI.Controls.MultiColumnHeaderState.Column column, Action<Column> editHandler);

参数

column Search column.
editHandler Handler to be notified if the column was edited.

返回

EditorWindow Instance of the editor window. This can be used to manually close the opened window.

描述

Opens an auxiliary column editor window to allow the user to edit search column properties.