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

BaseTreeView.AddToSelectionById

Declaration

public void AddToSelectionById(int id);

Parameters

id The item id.

Description

Adds an item to the current selection by id.

This will also expand the selected item if not expanded already.