![JAR search and dependency download from the Maven repository](/logo.png)
main.cesium.BlendOption.kt Maven / Gradle / Ivy
The newest version!
// Automatically generated - do not modify!
@file:JsModule("cesium")
package cesium
/**
* Determines how opaque and translucent parts of billboards, points, and labels are blended with the scene.
* @see Online Documentation
*/
external enum class BlendOption {
/**
* The billboards, points, or labels in the collection are completely opaque.
*/
OPAQUE,
/**
* The billboards, points, or labels in the collection are completely translucent.
*/
TRANSLUCENT,
/**
* The billboards, points, or labels in the collection are both opaque and translucent.
*/
OPAQUE_AND_TRANSLUCENT,
;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy