main.cesium.BoxEmitter.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
@file:JsModule("cesium")
@file:Suppress(
"EXTERNAL_CLASS_CONSTRUCTOR_PROPERTY_PARAMETER",
)
package cesium
/**
* A ParticleEmitter that emits particles within a box.
* Particles will be positioned randomly within the box and have initial velocities emanating from the center of the box.
* @see Online Documentation
*
* @constructor
* @property [dimensions] The width, height and depth dimensions of the box.
* @see Online Documentation
*/
external class BoxEmitter(var dimensions: Cartesian3)