main.cesium.SunLight.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
@file:Suppress(
"NON_EXTERNAL_DECLARATION_IN_INAPPROPRIATE_FILE",
)
package cesium
/**
* A directional light source that originates from the Sun.
* @see Online Documentation
*/
@JsName("\$cesium__SunLight")
external class SunLight : Light {
/**
* The color of the light.
* @see Online Documentation
*/
override var color: Color
/**
* The intensity of the light.
* @see Online Documentation
*/
override var intensity: Double
}