Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ShowColumnEditor(Column, Action<Column>)

Opens an auxiliary column editor window to allow the user to edit search column properties.
Read time 1 minuteLast updated 12 days ago

Definition

Warning
Deprecated. IMGUI support has been removed
public static EditorWindow ShowColumnEditor(MultiColumnHeaderState.Column column, Action<MultiColumnHeaderState.Column> editHandler)

Parameters

column

Search column.

editHandler

Handler to be notified if the column was edited.

Returns

Type

Description

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