ParticleBurst

new Cesium.ParticleBurst(options)

Represents a burst of Particles from a ParticleSystem at a given time in the systems lifetime.
参数名称 类型 描述信息
options object 可选 An object with the following properties:
参数名称 类型 默认值 描述信息
time number 0.0 可选 The time in seconds after the beginning of the particle system's lifetime that the burst will occur.
minimum number 0.0 可选 The minimum number of particles emmitted in the burst.
maximum number 50.0 可选 The maximum number of particles emitted in the burst.

成员(属性)

true if the burst has been completed; false otherwise.
The maximum number of particles emitted.
默认值: 50.0
The minimum number of particles emitted.
默认值: 0.0
The time in seconds after the beginning of the particle system's lifetime that the burst will occur.
默认值: 0.0