Unigine.WidgetLabel Class
Inherits from: | Widget |
This class creates a text label.
See Also#
- A set of UnigineScript API samples located in the <UnigineSDK>/data/samples/widgets/ folder:
- font_03
- font_04
- font_05
- font_06
- font_07
- UnigineScript API sample <UnigineSDK>/data/samples/objects/gui_06
WidgetLabel Class
Properties
string Text#
The text of the label.
int TextAlign#
The alignment of the label.
Members
WidgetLabel ( Gui gui, string str = 0 ) #
Constructor. Creates a new text label and adds it to the specified GUI.Arguments
- Gui gui - GUI, to which the new label will belong.
- string str - Text of the label. This is an optional parameter.
WidgetLabel ( string str = 0 ) #
Constructor. Creates a new text label and adds it to the Engine GUI.Arguments
- string str - Text of the label. This is an optional parameter.
Last update:
14.12.2022
Помогите сделать статью лучше
Была ли эта статья полезной?
(или выберите слово/фразу и нажмите Ctrl+Enter