@JsType(isNative=true, namespace="Cesium", name="Cesium3DTilesInspector") public class Cesium3DTilesInspector extends Object
Modifier and Type | Field and Description |
---|---|
com.google.gwt.dom.client.Element |
container
Gets the parent container.
|
Cesium3DTilesInspectorViewModel |
viewModel
Gets the view model.
|
Constructor and Description |
---|
Cesium3DTilesInspector(com.google.gwt.dom.client.Element element,
Scene scene)
Inspector widget to aid in debugging 3D Tiles
|
Cesium3DTilesInspector(String element,
Scene scene)
Inspector widget to aid in debugging 3D Tiles
|
@JsProperty public com.google.gwt.dom.client.Element container
@JsProperty public Cesium3DTilesInspectorViewModel viewModel
@JsConstructor public Cesium3DTilesInspector(String element, Scene scene)
element
- The DOM element or ID that will contain the widget.scene
- the Scene instance to use.@JsConstructor public Cesium3DTilesInspector(com.google.gwt.dom.client.Element element, Scene scene)
element
- The DOM element or ID that will contain the widget.scene
- the Scene instance to use.Copyright © 2019. All rights reserved.