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,
;
}