AddToSelectionById(int)
Adds an item to the current selection by id.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public void AddToSelectionById(int id)
Parameters
The item id.
Remarks
This will also expand the selected item if not expanded already.