@JsType(isNative=true,
namespace="<global>",
name="Object")
public class ParticleBurstOptions
extends Object
ParticleBurst.| Modifier and Type | Field and Description |
|---|---|
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 |
|---|
ParticleBurstOptions() |
@JsProperty public double time
@JsProperty public double minimum
@JsProperty public double maximum
Copyright © 2019. All rights reserved.