This version of Unity is unsupported.
Method group is Obsolete

SearchUtils.ShowColumnEditor

Obsolete IMGUI support has been removed.

Declaration

public static EditorWindow ShowColumnEditor(IMGUI.Controls.MultiColumnHeaderState.Column column, Action<Column> editHandler);

Parameters

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

Returns

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

Description

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