Appearance
KBE3D / KBCore / Cesium / Cesium3DTilesetVisualizer
类: Cesium3DTilesetVisualizer
A Visualizer which maps Entity#tileset to a Cesium3DTileset.
参数
The scene the primitives will be rendered in.
参数
The entityCollection to visualize.
方法
update()
update(
time:JulianDate):boolean
Updates models created this visualizer to match their Entity counterpart at the given time.
参数
time
The time to update to.
返回
boolean
This function always returns true.
isDestroyed()
isDestroyed():
boolean
Returns true if this object was destroyed; otherwise, false.
返回
boolean
True if this object was destroyed; otherwise, false.
destroy()
destroy():
void
Removes and destroys all primitives created by this instance.
返回
void
构造函数
构造函数
new Cesium3DTilesetVisualizer(
scene:Scene,entityCollection:EntityCollection):Cesium3DTilesetVisualizer
参数
scene
entityCollection
返回
Cesium3DTilesetVisualizer
