Skip to content

KBE3D / KBCore / Cesium / ParticleBurst

类: ParticleBurst

Represents a burst of Particles from a ParticleSystem at a given time in the systems lifetime.

参数

An object with the following properties:

参数

The time in seconds after the beginning of the particle system's lifetime that the burst will occur.

参数

The minimum number of particles emmitted in the burst.

参数

The maximum number of particles emitted in the burst.

属性

time

time: number

The time in seconds after the beginning of the particle system's lifetime that the burst will occur.


minimum

minimum: number

The minimum number of particles emitted.


maximum

maximum: number

The maximum number of particles emitted.


complete

complete: boolean

<code>true</code> if the burst has been completed; <code>false</code> otherwise.

构造函数

构造函数

new ParticleBurst(options?: { time?: number; minimum?: number; maximum?: number; }): ParticleBurst

参数

options?
time?

number

minimum?

number

maximum?

number

返回

ParticleBurst

KBE3D @3.0.0 Copyright © 2024-present KBE3D