GetItemForIndex(int)
Returns the item with the specified index.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public virtual object GetItemForIndex(int index)
Parameters
The item index.
Returns
Type | Description |
|---|---|
| Object | The object in the source at this index. |