ParticleBurst

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 An object with the following properties:
Name Type Default Description
time number 0.0 optional The time in seconds after the beginning of the particle system's lifetime that the burst will occur.
minimum number 0.0 optional The minimum number of particles emmitted in the burst.
maximum number 50.0 optional The maximum number of particles emitted in the burst.

Members

true if the burst has been completed; false otherwise.
The maximum number of particles emitted.
Default Value: 50.0
The minimum number of particles emitted.
Default Value: 0.0
The time in seconds after the beginning of the particle system's lifetime that the burst will occur.
Default Value: 0.0
Need help? The fastest way to get answers is from the community and team on the Cesium Forum.