@JsType(isNative=true,
        namespace="Cesium",
        name="BoxEmitter")
public class BoxEmitter
extends Object
implements ParticleEmitter
| Modifier and Type | Field and Description | 
|---|---|
Cartesian3 | 
dimensions
The width, height and depth dimensions of the box in meters. 
 | 
| Constructor and Description | 
|---|
BoxEmitter(Cartesian3 dimensions)
A ParticleEmitter that emits particles within a box. 
 | 
@JsProperty public Cartesian3 dimensions
@JsConstructor public BoxEmitter(Cartesian3 dimensions)
dimensions - The width, height and depth dimensions of the box.Copyright © 2019. All rights reserved.