Version: 2020.3
言語: 日本語
public void OnGUI (Rect rect, float xScroll);

パラメーター

xScroll Horizontal scroll offset.
rect Rect where the MultiColumnHeader is drawn in.

説明

Render and handle input for the MultiColumnHeader at the given rect.

If the given xScroll is not 0 then the column headers will be scrolled but still clipped to the given Rect. This method can be overriden for complete custom behavior and rendering. For custom handling of indivdual column headers then see ColumnHeaderGUI.