ExpandItem(int, bool, bool)
Expands the item with the specified ID, making its children visible. Allows to expand the whole hierarchy under that item.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public void ExpandItem(int id, bool expandAllChildren, bool refresh = true)