Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetSelectionWithoutNotify(IEnumerable<int>)

Sets a collection of selected items without triggering a selection change callback.
Read time 1 minuteLast updated 10 days ago

Definition

public void SetSelectionWithoutNotify(IEnumerable<int> indices)

Parameters

The collection of items to be selected.