Exists(int)
Checks if an ID exists within this tree.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public bool Exists(int id)
Parameters
The id to look for.
Returns
Type | Description |
|---|---|
| bool | Whether an item with this id exists in the tree. |