IsExpandedByIndex(int)
Return whether the item with the specified index is expanded in the tree.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public bool IsExpandedByIndex(int index)
Parameters
The item index
Returns
Type | Description |
|---|---|
| bool | Whether the item with the specified index is expanded in the tree. Will return false if the index is not valid. |