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

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

// Automatically generated - do not modify!

@file:JsModule("cesium")

package cesium

/**
 * Defined the orientation of stripes in [StripeMaterialProperty].
 * @see Online Documentation
 */

external enum class StripeOrientation {

    /**
     * Horizontal orientation.
     */
    HORIZONTAL,

    /**
     * Vertical orientation.
     */
    VERTICAL,

    ;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy