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

BaseTreeView.SetSelectionByIdWithoutNotify

Declaration

public void SetSelectionByIdWithoutNotify(IEnumerable<int> ids);

Parameters

ids The item ids.

Description

Sets a collection of selected items by id, without triggering a selection change callback.

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