@JsType(isNative=true,
namespace="Cesium",
name="ParticleBurst")
public class ParticleBurst
extends Object
Particle from a ParticleSystem at a given time in the systems lifetime.| Modifier and Type | Field and Description |
|---|---|
boolean |
complete
true if the burst has been completed; false otherwise.
|
double |
maximum
The maximum number of particles emitted in the burst.
|
double |
minimum
The minimum number of particles emmitted in the burst.
|
double |
time
The time in seconds after the beginning of the particle system's lifetime that the burst will occur.
|
| Constructor and Description |
|---|
ParticleBurst()
Represents a burst of
Particle from a ParticleSystem at a given time in the systems lifetime. |
ParticleBurst(ParticleBurstOptions options)
Represents a burst of
Particle from a ParticleSystem at a given time in the systems lifetime. |
| Modifier and Type | Method and Description |
|---|---|
static ParticleBurst |
create(double time,
double minimum,
double maximum) |
@JsProperty public boolean complete
@JsProperty public double time
@JsProperty public double minimum
@JsProperty public double maximum
@JsConstructor public ParticleBurst()
Particle from a ParticleSystem at a given time in the systems lifetime.@JsConstructor public ParticleBurst(ParticleBurstOptions options)
Particle from a ParticleSystem at a given time in the systems lifetime.options - ParticleBurstOptions@JsOverlay public static ParticleBurst create(double time, double minimum, double maximum)
Copyright © 2019. All rights reserved.