ReorderTab(int, int)
Moves the tab from the specified index to a new index.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public void ReorderTab(int from, int to)
Parameters
Remarks
If the TabView contains a view-data-key, reorder the tab only after the view data is applied. Otherwise, the view data will override the order.