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
- Type: Method
- Namespace: UnityEditor.Search
- Assembly: UnityEditor
public static EditorWindow ShowColumnEditor(MultiColumnHeaderState.Column column, Action<MultiColumnHeaderState.Column> editHandler)
Parameters
Returns
Type | Description |
|---|---|
| EditorWindow | Instance of the editor window. This can be used to manually close the opened window. |