Skip to content

UITabContainer.SelectNextTab() Method

Definition

Namespace: Brine2D.UI

Selects the next tab, wrapping around to the first when the last is selected. No-op when there are fewer than two tabs.

C#
public void SelectNextTab();