@JsType(isNative=true, namespace="Cesium", name="SceneMode") public class SceneMode extends Object
Constructor and Description |
---|
SceneMode() |
Modifier and Type | Method and Description |
---|---|
static Number |
COLUMBUS_VIEW()
Columbus View mode.
|
static double |
getMorphTime(int value)
Returns the morph time for the given scene mode.
|
static Number |
MORPHING()
Morphing between mode, e.g., 3D to 2D.
|
static Number |
SCENE2D()
2D mode.
|
static Number |
SCENE3D()
3D mode.
|
@JsProperty(name="COLUMBUS_VIEW") public static Number COLUMBUS_VIEW()
@JsProperty(name="MORPHING") public static Number MORPHING()
@JsProperty(name="SCENE2D") public static Number SCENE2D()
@JsProperty(name="SCENE3D") public static Number SCENE3D()
public static double getMorphTime(int value)
value
- The scene modeCopyright © 2019. All rights reserved.