This version of Unity is unsupported.

Label Constructor

Declaration

public Label();

Description

Constructs a label.


Declaration

public Label(string text);

Parameters

text The text to be displayed.

Description

Constructs a label.