跳至主要內容
Cesium中的removeAll

在Cesium中,清除实体Entity的方法主要是在Cesium.viewer.entities实体集合中调用remove()removeById(id)removeAll()

一、remove()方法

1、用法

从集合中删除一个实体。

viewer.entities.remove(entity)

祭司唐大约 3 分钟杂谈Cesium