Components/ Tab View
Unity has built-in TabView, why make a new one?
The built-in TabView has a problem, the buttons to change tabs are un-interactable VisualElements instead of interactable buttons.
Plus, we have added InputPrompts to navigate between tabs on gamepads.
Attributes
Attribute | Description |
---|---|
Horizontal | Horizontal if true, vertical otherwise. |
Button Color | Inactive buttons' color. |
Button Color Selected | Active button's color. |
Active Tab | Index of active tab. |