Burst
类型
3D 粒子发射时的爆发个数
索引
属性(properties)
time
Number
粒子系统开始运行到触发此次 Brust 的时间minCount
Number
发射粒子的最小数量maxCount
Number
发射粒子的最大数量repeatCount
Number
Burst 的触发次数repeatInterval
Number
每次触发的间隔时间count
CurveRange
发射的粒子的数量
Details
属性(properties)
time
粒子系统开始运行到触发此次 Brust 的时间
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/3d/particle/burst.ts:19 |
minCount
发射粒子的最小数量
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/3d/particle/burst.ts:34 |
maxCount
发射粒子的最大数量
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/3d/particle/burst.ts:42 |
repeatCount
Burst 的触发次数
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/3d/particle/burst.ts:53 |
repeatInterval
每次触发的间隔时间
meta | description |
---|---|
类型 | Number |
定义于 | cocos2d/core/3d/particle/burst.ts:68 |
count
发射的粒子的数量
meta | description |
---|---|
类型 | CurveRange |
定义于 | cocos2d/core/3d/particle/burst.ts:76 |