All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.cesium.SphereEmitter.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

@file:Suppress(
    "EXTERNAL_CLASS_CONSTRUCTOR_PROPERTY_PARAMETER",
)

package cesium

/**
 * A ParticleEmitter that emits particles within a sphere.
 * Particles will be positioned randomly within the sphere and have initial velocities emanating from the center of the sphere.
 * @see Online Documentation
 *
 * @constructor
 * @property [radius] The radius of the sphere in meters.
 *   Default value - `1.0`
 * @see Online Documentation
 */
@JsName("\$cesium__SphereEmitter")
external class SphereEmitter(var radius: Double = definedExternally)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy