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

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

// Automatically generated - do not modify!

@file:JsModule("cesium")

package cesium

/**
 * A ParticleEmitter that emits particles within a cone.
 * Particles will be positioned at the tip of the cone and have initial velocities going towards the base.
 * @see Online Documentation
 *
 * @constructor
 * @param [angle] The angle of the cone in radians.
 *   Default value - `Math.toRadians(30.0)`
 * @see Online Documentation
 */
external class ConeEmitter(angle: Double? = definedExternally)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy