main.cesium.Axis.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package cesium
/**
* An enum describing the x, y, and z axes and helper conversion functions.
* @see Online Documentation
*/
@JsName("\$cesium__Axis")
external object /* enum */ Axis {
/**
* Denotes the x-axis.
*/
val X: Axis
/**
* Denotes the y-axis.
*/
val Y: Axis
/**
* Denotes the z-axis.
*/
val Z: Axis
}