@JsType(isNative=true,
namespace="Cesium",
name="CesiumInspector")
public class CesiumInspector
extends Object
| Modifier and Type | Field and Description |
|---|---|
com.google.gwt.dom.client.Element |
container
Gets the parent container.
|
| Constructor and Description |
|---|
CesiumInspector(com.google.gwt.dom.client.Element element,
Scene scene)
Inspector widget to aid in debugging
|
CesiumInspector(String element,
Scene scene)
Inspector widget to aid in debugging
|
@JsProperty public com.google.gwt.dom.client.Element container
@JsConstructor
public CesiumInspector(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.