English中文

ParticleBurst

new Cesium.ParticleBurst(options)

代表着一阵阵 Represents a burst of Particles 来自 a s 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.