GetIndexForId(int)
Returns the index in the source of the item, by ID.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public override int GetIndexForId(int id)
Parameters
The ID of the item to look for.
Returns
Type | Description |
|---|---|
| int | The index of the item in the expanded items source. Returns -1 if the item is not visible. |