一块
Cesium3DTileset
的瓷砖。第一次创建平铺时,不会加载其内容;
当需要时,将根据视图按需加载内容。
Do not construct this directly, instead access tiles through Cesium3DTileset#tileVisible
.
Members
readonly boundingSphere : BoundingSphere
获取从平铺边界体积派生的边界球体。
readonly children : Array.<Cesium3DTile>
获取磁贴的子级。
readonly computedTransform : Matrix4
此平铺的最终计算转换。
readonly content : Cesium3DTileContent
互动程序的内容。这代表了实际磁贴的有效载荷,
不是tileset JSON文件中内容的元数据。
expireDate : JulianDate
内容过期并请求新内容的日期。
当内容过期并请求新内容时,磁贴内容准备就绪后的时间(秒)。
返回此磁贴的tileset JSON中的
extras
属性,该属性包含特定于应用程序的元数据。
如果extras
不存在,则返回undefined
。如果渲染了此平铺而未渲染其子级,则会引入以米为单位的错误。
这用于计算屏幕空间误差,即以像素为单位测量的误差。
readonly parent : Cesium3DTile
此图块的父级,如果此图块是根,则为
undefined
。
When a tile's content points to an external tileset JSON file, the external tileset's
root tile's parent is not undefined
; instead, the parent references
the tile (with its content pointing to an external tileset JSON file) as if the two tilesets were merged.
readonly tileset : Cesium3DTileset
包含此平铺的瓷砖集。
transform : Matrix4
此平铺的局部变换。