Appearance
KBE3D / KBCore / Cesium / GroundGeometryUpdater
类: GroundGeometryUpdater
An abstract class for updating ground geometry entities.
参数
An object with the following properties:
参数
The entity containing the geometry to be visualized.
参数
The scene where visualization is taking place.
参数
Options for the geometry
参数
The geometry property name
参数
The entity properties this geometry cares about
属性
zIndex
readonlyzIndex:number
Gets the zindex
方法
destroy()
destroy():
void
Destroys and resources used by the object. Once an object is destroyed, it should not be used.
返回
void
构造函数
构造函数
new GroundGeometryUpdater(
options: {entity:Entity;scene:Scene;geometryOptions:any;geometryPropertyName:string;observedPropertyNames:string[]; }):GroundGeometryUpdater
参数
options
entity
scene
geometryOptions
any
geometryPropertyName
string
observedPropertyNames
string[]
返回
GroundGeometryUpdater
