Tab
Constructs a Tab.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Constructor
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
Tab()
Constructs a Tab.
public Tab()
Tab(string)
Constructs a Tab.
public Tab(string label)
Parameters
The text to use as the header label.
Tab(Background)
Constructs a Tab.
public Tab(Background iconImage)
Parameters
The icon used as the header icon.
Tab(string, Background)
Constructs a Tab.
public Tab(string label, Background iconImage)