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
Rendering-Related Classes
VR-Related Classes
Работа с контентом
Оптимизация контента
Материалы
Визуальный редактор материалов
Material Nodes Library
Miscellaneous
Input
Math
Matrix
Textures
Art Samples
Учебные материалы

CigiWeatherControl 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.
Inherits from: CigiHostPacket

CigiWeatherControl Class

Properties

int RegionID#

The Environmental region ID specified in the packet.

int LayerID#

The layer ID specified in the packet.

int WeatherEnabled#

The value of the Weather Enable parameter specified in the packet.

int ScudEnabled#

The value of the Scud Enable parameter specified in the packet.

int WindEnabled#

The value of the Random Winds Enable parameter specified in the packet.

int LightingEnabled#

The value of the Random Lightning Enable parameter specified in the packet.

int CloudType#

The value of the Cloud Type parameter specified in the packet.

int Scope#

The value of the Scope parameter specified in the packet. Determines whether the weather is global, regional, or assigned to an entity.

int Severity#

The value of the Severity parameter specified in the packet.

int Humidity#

The value of the Humidity parameter specified in the packet.

float Temperature#

The value of the Air Temperature parameter specified in the packet.

float Visibility#

The value of the Visibility Range parameter specified in the packet.

float ScudFrequency#

The value of the Scud Frequency parameter specified in the packet.

float Coverage#

The value of the Coverage parameter specified in the packet.

float Elevation#

The value of the Base Elevation parameter specified in the packet. Determines the altitude of the base (bottom) of the weather layer.

float Thickness#

The value of the Thickness parameter specified in the packet. Determines the vertical thickness of the weather layer. The altitude of the top of the layer is equal to this value plus that specified by Base Elevation.

float TransitionThicknessTop#

The thickness of the top Transition Band specified in the packet.

float TransitionThicknessBottom#

The thickness of the bottom Transition Band specified in the packet.

float Aerosol#

The value of the Aerosol Concentration parameter specified in the packet. Determines the concentration of water, smoke, dust, or other particles suspended in the air.
Notice
This parameter is provided primarily for sensor applications; any visual effect is secondary and is IG- and layer-dependent.

float Pressure#

The value of the Barometric Pressure parameter specified in the packet.

float WindDirection#

The value of the Wind Direction parameter specified in the packet.

float WindSpeedVertical#

The value of the Vertical Wind Speeed parameter specified in the packet.

float WindSpeedHorizontal#

The value of the Horizontal Wind Speeed parameter specified in the packet.

Members


Last update: 19.04.2024
Build: ()