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

BaseVerticalCollectionView.SetSelectionWithoutNotify

Declaration

public void SetSelectionWithoutNotify(IEnumerable<int> indices);

Parameters

indices The collection of items to be selected.

Description

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