Version: 2020.3
言語: 日本語
protected void SortingButton (IMGUI.Controls.MultiColumnHeaderState.Column column, Rect headerRect, int columnIndex);

パラメーター

column Column data.
headerRect Column header rect.
columnIndex Column index.

説明

Provides the button logic for a column header and the rendering of the sorting arrow (if visible).

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