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

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

// Automatically generated - do not modify!

package cesium

/**
 * @property [height] The height.
 * @property [color] The color at this height.
 */
external interface createElevationBandMaterialEntry {
    var height: Double
    var color: Color
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy