Gradient 类型
颜色渐变数据
索引
属性(properties)
Details
属性(properties)
colorKeys
颜色关键帧列表。
| meta | description |
|---|---|
| 类型 | [ColorKey] |
| 定义于 | cocos2d/core/3d/particle/animator/gradient.ts:70 |
alphaKeys
透明度关键帧列表。
| meta | description |
|---|---|
| 类型 | [AlphaKey] |
| 定义于 | cocos2d/core/3d/particle/animator/gradient.ts:79 |
mode
混合模式。
| meta | description |
|---|---|
| 类型 | Mode |
| 定义于 | cocos2d/core/3d/particle/animator/gradient.ts:88 |