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.