This page has been translated automatically.
视频教程
界面
要领
高级
实用建议
专业(SIM)
UnigineEditor
界面概述
资源工作流程
版本控制
设置和首选项
项目开发
调整节点参数
Setting Up Materials
设置属性
照明
Sandworm
使用编辑器工具执行特定任务
如何擴展編輯器功能
嵌入式节点类型
Nodes
Objects
Effects
Decals
光源
Geodetics
World Nodes
Sound Objects
Pathfinding Objects
Players
编程
基本原理
搭建开发环境
使用范例
C++
C#
UnigineScript
UUSL (Unified UNIGINE Shader Language)
Plugins
File Formats
材质和着色器
Rebuilding the Engine Tools
GUI
双精度坐标
应用程序接口
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
Tutorials

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: 2024-04-19
Build: ()