ParticleBurst

new Cesium.ParticleBurst(options)

表示在粒子系统生命周期中某一给定时刻,从 ParticleSystem 迸发出的 Particle 簇(burst)。
Name Type Description
options object optional An object with the following properties:
Name Type Default Description
time number 0.0 optional 在粒子系统生命周期开始后、迸发(burst)发生时所经过的秒数。
minimum number 0.0 optional 迸发(burst)中发射的最小粒子数。
maximum number 50.0 optional 迸发(burst)中发射的最大粒子数。

Members

若迸发已完成则为 true,否则为 false
发射的最大粒子数。
Default Value: 50.0
发射的最小粒子数。
Default Value: 0.0
在粒子系统生命周期开始后、迸发(burst)发生时所经过的秒数。
Default Value: 0.0
需要帮助?获取答案的最快方式是在 Cesium 论坛 上向社区和团队提问。