This version of Unity is unsupported.
Experimental: this API is experimental and might be changed or removed in the future.

Label Constructor

Declaration

public Label();

Declaration

public Label(string text);

Parameters

text The text to be displayed.

Description

Constructs a label.