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

BaseTreeView.itemsSource

public IList itemsSource;

Description

Access to the itemsSource. For a TreeView, the source contains the items wrappers.

To set the items source, use SetRootItems_1 instead, which allows fully typed items.