main.cesium.ImagerySplitDirection.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package cesium
/**
* The direction to display an ImageryLayer relative to the [Scene.imagerySplitPosition].
* @see Online Documentation
*/
@JsName("\$cesium__ImagerySplitDirection")
external object /* enum */ ImagerySplitDirection {
/**
* Display the ImageryLayer to the left of the [Scene.imagerySplitPosition].
*/
val LEFT: ImagerySplitDirection
/**
* Always display the ImageryLayer.
*/
val NONE: ImagerySplitDirection
/**
* Display the ImageryLayer to the right of the [Scene.imagerySplitPosition].
*/
val RIGHT: ImagerySplitDirection
}