This version of Unity is unsupported.

TreeView.BeforeRowsGUI

Declaration

protected void BeforeRowsGUI();

Description

This is called before any rows have their RowGUI called.

Can be used together with AfterRowsGUI to postprocess items or rendering.