ParticleBurst

new Cesium.ParticleBurst(options)

表示在系统生命周期中的给定时间,来自 ParticleSystemParticle 的突发。
Name Type Description
options object optional 对象,具有以下属性:
Name Type Default Description
time number 0.0 optional 粒子系统生命周期开始后爆发发生的时间(以秒为单位)。
minimum number 0.0 optional 爆发中发射的最小粒子数。
maximum number 50.0 optional 爆发中发射的最大粒子数。

Members

如果突发已完成,则为 true; 否则 false
发射的最大粒子数。
Default Value: 50.0
发射的最小粒子数。
Default Value: 0.0
粒子系统生命周期开始后爆发的时间(以秒为单位)。
Default Value: 0.0
Need help? The fastest way to get answers is from the community and team on the Cesium Forum.