Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

protected void SortingButton(MultiColumnHeaderState.Column column, Rect headerRect, int columnIndex)

Parameters

column

Column data.

headerRect

Column header rect.

columnIndex

Column index.

Remarks

Can be used if overriding MultiColumnHeader.ColumnHeaderGUI to provide the default behavior when clicking a column header.