BillboardVisualizer

new Cesium.BillboardVisualizer(entityCluster, entityCollection)

参数名称 类型 描述信息
entityCluster EntityCluster The entity cluster to manage the collection of billboards and optionally cluster with other entities.
entityCollection EntityCollection The entityCollection to visualize.

方法

Removes and destroys all primitives created by this instance.
Returns true if this object was destroyed; otherwise, false.
返回值:
True if this object was destroyed; otherwise, false.
Updates the primitives created by this visualizer to match their Entity counterpart at the given time.
参数名称 类型 描述信息
time JulianDate The time to update to.
返回值:
This function always returns true.