Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetSelectionByIdWithoutNotify(IEnumerable<int>)

Sets a collection of selected items by id, without triggering a selection change callback.
Read time 1 minuteLast updated 11 days ago

Definition

public void SetSelectionByIdWithoutNotify(IEnumerable<int> ids)

Parameters

The item ids.

Remarks

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