Appearance
KBE3D / KBCore / Cesium / Cesium3DTilesInspector
类: Cesium3DTilesInspector
Inspector widget to aid in debugging 3D Tiles
参数
The DOM element or ID that will contain the widget.
参数
the Scene instance to use.
构造函数
构造函数
new Cesium3DTilesInspector(
container:string|Element,scene:Scene):Cesium3DTilesInspector
参数
container
string | Element
scene
返回
Cesium3DTilesInspector
属性
container
container:
Element
Gets the parent container.
viewModel
viewModel:
Cesium3DTilesInspectorViewModel
Gets the view model.
方法
isDestroyed()
isDestroyed():
boolean
返回
boolean
true if the object has been destroyed, false otherwise.
destroy()
destroy():
void
Destroys the widget. Should be called if permanently removing the widget from layout.
返回
void
