CollapseChild(int)
Collapse one of the panes of the split view. This will hide the resizer and make the other child take up all available space.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public void CollapseChild(int index)
Parameters
Index of child to collapse.