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