This page has been translated automatically.
Video Tutorials
Interface
Essentials
Advanced
Полезные советы
UnigineEditor
Interface Overview
Assets Workflow
Settings and Preferences
Working With Projects
Adjusting Node Parameters
Setting Up Materials
Setting Up Properties
Landscape Tool
Using Editor Tools for Specific Tasks
Extending Editor Functionality
Программирование
Fundamentals
Setting Up Development Environment
Usage Examples
UnigineScript
C++
C#
UUSL (Unified UNIGINE Shader Language)
File Formats
Rebuilding the Engine Tools
GUI
Double Precision Coordinates
API
Containers
Common Functionality
Controls-Related Classes
Engine-Related Classes
Filesystem Functionality
Math Functionality
Node-Related Classes
Objects-Related Classes
Networking Functionality
Pathfinding-Related Classes
Physics-Related Classes
Plugins-Related Classes
IG Plugin
CIGIConnector Plugin
Rendering-Related Classes
Внимание! Эта версия документация УСТАРЕЛА, поскольку относится к более ранней версии SDK! Пожалуйста, переключитесь на самую актуальную документацию для последней версии SDK.
Внимание! Эта версия документации описывает устаревшую версию SDK, которая больше не поддерживается! Пожалуйста, обновитесь до последней версии SDK.

Unigine.WidgetLabel Class

Inherits: 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.
set
Sets a text for the label.
set value - Label text.

int TextAlign#

Alignment of the label.
set
Sets alignment of the label.
set value - One of the following variables:

Members


static 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.

static 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: 31.07.2020
Build: ()