下雨特效
Name | Type | Description |
---|---|---|
ys |
YouScene | YouScene实例 |
- Implements:
- ISpecialEffect
Example:
var rain = new YS.RainEffect(that.ys);
rain.apply();
Name | Type | Description |
---|---|---|
ys |
YouScene | YouScene实例 |
var rain = new YS.RainEffect(that.ys);
rain.apply();