Class: ParticleBurst

ParticleBurst

new ParticleBurst(options)

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

Name Type Description
options Object 可选

An object with the following properties:

Name Type Default Description
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.

Members

completeBoolean

true if the burst has been completed; false otherwise.

maximumNumber

The maximum number of particles emitted.

Default Value:
50.0

minimumNumber

The minimum number of particles emitted.

Default Value:
0.0

timeNumber

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

Default Value:
0.0