Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

MultiColumnHeader.SortingButton

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

Parameters

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

Description

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.