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

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