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

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

The newest version!
// Automatically generated - do not modify!

@file:JsModule("cesium")

package cesium

/**
 * Specifies the type of the cloud that is added to a [CloudCollection] in [CloudCollection.add].
 * @see Online Documentation
 */

external enum class CloudType {

    /**
     * Cumulus cloud.
     */
    CUMULUS,

    ;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy