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

TreeView.Reload

Declaration

public void Reload();

Description

Call this to force the TreeView to reload its data. This in turn causes BuildRoot and BuildRows to be called.

Additional resources: BuildRoot.