This page has been translated automatically.
Видеоуроки
Interface
Essentials
Advanced
Подсказки и советы
Основы
Программирование на C#
Рендеринг
Professional (SIM)
Принципы работы
Свойства (properties)
Компонентная Система
Рендер
Физика
Редактор UnigineEditor
Обзор интерфейса
Работа с ассетами
Настройки и предпочтения
Работа с проектами
Настройка параметров ноды
Setting Up Materials
Настройка свойств
Освещение
Sandworm
Использование инструментов редактора для конкретных задач
Расширение функционала редактора
Встроенные объекты
Ноды (Nodes)
Объекты (Objects)
Эффекты
Декали
Источники света
Geodetics
World-ноды
Звуковые объекты
Объекты поиска пути
Players
Программирование
Основы
Настройка среды разработки
Примеры использования
C++
C#
UnigineScript
UUSL (Unified UNIGINE Shader Language)
Плагины
Форматы файлов
Materials and Shaders
Rebuilding the Engine Tools
Интерфейс пользователя (GUI)
Двойная точность координат
API
Containers
Common Functionality
Controls-Related Classes
Engine-Related Classes
Filesystem Functionality
GUI-Related Classes
Math Functionality
Node-Related Classes
Objects-Related Classes
Networking Functionality
Pathfinding-Related Classes
Physics-Related Classes
Plugins-Related Classes
IG Plugin
Rendering-Related Classes
Работа с контентом
Оптимизация контента
Материалы
Визуальный редактор материалов
Сэмплы материалов
Material Nodes Library
Miscellaneous
Input
Math
Matrix
Textures
Art Samples
Tutorials
Внимание! Эта версия документация УСТАРЕЛА, поскольку относится к более ранней версии SDK! Пожалуйста, переключитесь на самую актуальную документацию для последней версии SDK.
Внимание! Эта версия документации описывает устаревшую версию SDK, которая больше не поддерживается! Пожалуйста, обновитесь до последней версии SDK.

CigiSymbolTextDef Class

Inherits from: CigiHostPacket

CigiSymbolTextDef Class

Enums

CIGI_TEXT_ALIGN#

ИмяОписание
TOP_LEFT = 0Text alignment in the top left corner.
TOP_CENTER = 1Text alignment in the top center position.
TOP_RIGHT = 2Text alignment in the top right corner.
CENTER_LEFT = 3Text alignment in the middle left position.
CENTER = 4Text alignment in the center of field.
CENTER_RIGHT = 5Text alignment in the middle right position.
BOTTOM_LEFT = 6Text alignment in the bottom left corner.
BOTTOM_CENTER = 7Text alignment in the bottom center position.
BOTTOM_RIGHT = 8Text alignment in the bottom right corner.

CIGI_TEXT_ORIENT#

ИмяОписание
LEFT_TO_RIGHT = 0Left to Right orientation of text.
TOP_TO_BOTTOM = 1Top to Bottom orientation of text.
RIGHT_TO_LEFT = 2Right to Left orientation of text.
BOTTOM_TO_TOP = 3Bottom to Top orientation of text.

Properties

int SymbolID#

The Symbol ID specified in the packet.

int FontID#

The value of the Font ID parameter specified in the packet. Determines the font that is used for this text symbol.

int Alignment#

The value of the Alignment parameter specified in the packet. Specifies the position at which the IG shall place the symbol’s reference point in relation to the text.

int Orientation#

The value of the Orientation parameter specified in the packet. Determines the orientation of text.

float FontSize#

The value of the Font Size parameter specified in the packet. Specifies the font size in terms of the vertical units defined by the symbols surface's 2D coordinate system.

string Text#

The value of the Octet parameter specified in the packet.

Members


Last update: 14.12.2022
Build: ()