IsExpanded(int)
Return whether the item with the specified ID is expanded in the tree.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public bool IsExpanded(int id)
Parameters
The item ID
Returns
Type | Description |
|---|---|
| bool | Whether the item with the specified ID is expanded in the tree. |