注意! 这个版本的文档是过时的,因为它描述了一个较老的SDK版本!请切换到最新SDK版本的文档。
Unigine::Plugins::IG::MeteoPositionParam Structure
This data structure is used to store weather layers along with their corresponding impact factors obtained for a certain point and has the following set of parameters:
impact | Degree of impact of the layer's conditions. |
layer | Weather layer. |
Source code (C++)
struct MeteoPositionParam
{
float impact = 1.0f;
WeatherLayer *layer = nullptr;
};
Last update:
2023-12-19
Help improve this article
(or select a word/phrase and press Ctrl+Enter)