Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

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.