Appearance
KBE3D / KBCore / Cesium / Cesium3DTilesetGraphics
类: Cesium3DTilesetGraphics
A 3D Tiles tileset represented by an Entity. The tileset modelMatrix is determined by the containing Entity position and orientation or is left unset if position is undefined.
参数
Object describing initialization options
属性
definitionChanged
readonlydefinitionChanged:Event
Gets the event that is raised whenever a property or sub-property is changed or modified.
show
show:
Property|undefined
Gets or sets the boolean Property specifying the visibility of the model.
uri
uri:
Property|undefined
Gets or sets the string Property specifying the URI of the glTF asset.
maximumScreenSpaceError
maximumScreenSpaceError:
Property|undefined
Gets or sets the maximum screen space error used to drive level of detail refinement.
方法
clone()
clone(
result?:Cesium3DTilesetGraphics):Cesium3DTilesetGraphics
Duplicates this instance.
参数
result?
Cesium3DTilesetGraphics
The object onto which to store the result.
返回
Cesium3DTilesetGraphics
The modified result parameter or a new instance if one was not provided.
merge()
merge(
source:Cesium3DTilesetGraphics):void
Assigns each unassigned property on this object to the value of the same property on the provided source object.
参数
source
Cesium3DTilesetGraphics
The object to be merged into this object.
返回
void
构造函数
构造函数
new Cesium3DTilesetGraphics(
options?:ConstructorOptions):Cesium3DTilesetGraphics
参数
options?
返回
Cesium3DTilesetGraphics
