This page has been translated automatically.
Видеоуроки
Интерфейс
Основы
Продвинутый уровень
Подсказки и советы
Основы
Программирование на C#
Рендеринг
Профессиональный уровень (SIM)
Принципы работы
Свойства (properties)
Компонентная Система
Рендер
Физика
Редактор UnigineEditor
Обзор интерфейса
Работа с ассетами
Контроль версий
Настройки и предпочтения
Работа с проектами
Настройка параметров ноды
Setting Up Materials
Настройка свойств
Освещение
Sandworm
Использование инструментов редактора для конкретных задач
Расширение функционала редактора
Встроенные объекты
Ноды (Nodes)
Объекты (Objects)
Эффекты
Декали
Источники света
Geodetics
World-ноды
Звуковые объекты
Объекты поиска пути
Player-ноды
Программирование
Основы
Настройка среды разработки
Примеры использования
C++
C#
UnigineScript
UUSL (Unified UNIGINE Shader Language)
Плагины
Форматы файлов
Материалы и шейдеры
Rebuilding the Engine Tools
Интерфейс пользователя (GUI)
Двойная точность координат
API
Animations-Related Classes
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
CIGIConnector Plugin
Rendering-Related Classes
VR-Related Classes
Работа с контентом
Оптимизация контента
Материалы
Визуальный редактор материалов
Material Nodes Library
Miscellaneous
Input
Math
Matrix
Textures
Art Samples
Учебные материалы

Unigine.Plugins.IG.ViewBase Class

Warning
The functionality described in this article is not available in the Community SDK edition.
You should upgrade to Sim SDK edition to use it.

This class represents the IG View base interface. It contains common methods for View and ViewGroup interfaces.

Notice
IG plugin must be loaded.

ViewBase Class

Перечисления (Enums)

VIEW_TYPE#

ИмяОписание
VIEW_TYPE_VIEW = 0
VIEW_TYPE_VIEWGROUP = 1

Properties

vec3 WorldRotationEuler#

The View(Group) rotation, in world coordinates.

vec3 RotationEuler#

The View(Group) rotation.

dvec3 WorldPosition#

The View(Group) position, in world coordinates.

dvec3 Position#

The View(Group) position.

dvec3 GeoPosition#

The View(Group) position, in geo-coordinates (lat, lon, alt).

ViewBase.VIEW_TYPE Type#

The type identifier indicating whether it is a View or a ViewGroup.

Members


void SetParentEntity ( Entity entity ) #

Attaches the View(Group) as a child to the specified parent entity.

Arguments

  • Entity entity - Parent entity.

long GetParentEntityID ( ) #

Returns the ID of the parent entity for the View(Group).

Return value

Parent entity ID.

Node GetNode ( ) #

Returns the node assigned to the View(Group).

Return value

Node assigned to the View(Group).

PlayerDummy GetPlayer ( ) #

Returns the PlayerDummy assigned to the View(Group).

Return value

PlayerDummy assigned to the View(Group).

void CopyTransformFromPlayer ( Player player ) #

Copies the modelview matrix and sets it for the View(Group).

Arguments

  • Player player - Source player to copy the transform from.

Component GetComponent ( int id ) #

Returns the interface of the component by its ID.

Arguments

  • int id - ID of the component.

Return value

Component interface if it exists, or nullptr otherwise.

ViewBase.VIEW_TYPE GetType ( ) #

Returns the type identifier indicating whether it is a View or a ViewGroup.

Return value

View type identifier.
Last update: 19.04.2024
Build: ()