LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

This version of Unity is unsupported.

TreeView.AfterRowsGUI

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.