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
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public void SetSelectionByIdWithoutNotify(IEnumerable<int> ids)
Parameters
The item ids.
Remarks
This will also expand the selected items if not expanded already.