This version of Unity is unsupported.

TreeView.AfterRowsGUI

Declaration

protected void AfterRowsGUI();

Description

This is called after all rows have their RowGUI called.

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