new Cesium.ParticleBurst(options)

Represents a burst of Particles from a ParticleSystem at a given time in the systems lifetime.
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 The maximum number of particles emitted in the burst.

Members

complete : boolean

如果爆破完成,则使用#NT+0 真 NT+1 ;否则使用#NT+2 假 NT+3 .

maximum : number

最大发射的粒子数 .
Default Value: 50.0

minimum : number

发射粒子的最低数量.
Default Value: 0.0

time : number

粒子系统生命期开始后数秒内爆发的时间.
Default Value: 0.0
Need help? The fastest way to get answers is from the community and team on the Cesium Forum.