@JsType(isNative=true, namespace="Cesium", name="SphereEmitter") public class SphereEmitter extends Object implements ParticleEmitter
Modifier and Type | Field and Description |
---|---|
double |
radius
The radius of the sphere in meters.
|
Constructor and Description |
---|
SphereEmitter(double radius)
A ParticleEmitter that emits particles within a sphere.
|
@JsProperty public double radius
@JsConstructor public SphereEmitter(double radius)
radius
- The radius of the sphere in meters. Default: 1Copyright © 2019. All rights reserved.