SortingButton(Column, Rect, int)
Provides the button logic for a column header and the rendering of the sorting arrow (if visible).
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEditor.IMGUI.Controls
- Assembly: UnityEditor.CoreModule
protected void SortingButton(MultiColumnHeaderState.Column column, Rect headerRect, int columnIndex)
Parameters
Remarks
Can be used if overriding MultiColumnHeader.ColumnHeaderGUI to provide the default behavior when clicking a column header.