Rain
类:雨景效果
Constructor
new Glodon.Bimface.Plugins.WeatherEffect.Rain(rainConfig)
构造雨景效果
Parameters:
Name | Type | Description |
---|---|---|
rainConfig | Glodon.Bimface.Plugins.WeatherEffect.RainConfig | 雨景效果的配置项 |
Methods
enableEffect(isEnabled)
是否开启雨景效果
Parameters:
Name | Type | Description |
---|---|---|
isEnabled | Boolean | 是否开启雨景效果 |
getDarkness()
获取雨景的天空灰暗程度
Returns:
Type | Description |
---|---|
Number | 雨景的天空灰暗程度 |
getDensity()
获取雨的密集程度
Returns:
Type | Description |
---|---|
Number | 雨景的密集程度 |
reset()
重置雨景效果
setDarkness(darkness)
设置雨景的天空灰暗程度
Parameters:
Name | Type | Description |
---|---|---|
darkness | Number | 雨景的天空灰暗程度 |
setDensity(density)
设置雨的密集程度
Parameters:
Name | Type | Description |
---|---|---|
density | Number | 雨的密集程度 |
update()
更新参数配置
← SnowConfig RainConfig →