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
}