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

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

// Automatically generated - do not modify!

package cesium

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

@JsName("\$cesium__CloudType")
external object /* enum */ CloudType {

    /**
     * Cumulus cloud.
     */
    val CUMULUS: CloudType
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy