new UWeather()
天气系统 包含晴、雨、雪等
- Source:
Example
app.weather = new THING.UE.Weather();
// 切换至雨天
app.weather.toRain();
Methods
(static) toLargeRain()
切换至大雨
- Source:
(static) toLargeSnow()
切换至大雪
- Source:
(static) toRain()
切换至雨天
- Source:
(static) toSnow()
切换至雪天
- Source:
(static) toSun()
切换至晴天
- Source: