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

パラメーター

column Column header data.
headerRect Rect for column header.
columnIndex Column index.

説明

Override to customize the GUI of a single column header.

This method is called for each column in the MultiColumnHeader. Call base.ColumnHeaderGUI to ensure default GUI handling.