Version: 2022.3
言語: 日本語
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.