Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Tab

Constructs a Tab.
Read time 1 minuteLast updated 6 days ago

Definition

Tab()

Constructs a Tab.
public Tab()

Tab(string)

Constructs a Tab.
public Tab(string label)

Parameters

label

The text to use as the header label.

Tab(Background)

Constructs a Tab.
public Tab(Background iconImage)

Parameters

iconImage

The icon used as the header icon.

Tab(string, Background)

Constructs a Tab.
public Tab(string label, Background iconImage)

Parameters

label

The text to use as the header label.

iconImage

The icon used as the header icon.