Interface TileResourceInfo

Simple information about resource usage by the Tile.

Remarks

Heap and GPU information are estimations.

Hierarchy

  • TileResourceInfo

Properties

gpuSize: number

Estimated number of bytes used on the GPU.

heapSize: number

Estimated number of bytes used on the heap.

num3dObjects: number

Number of [[THREE.Object3D]] in this tile.

numTextElements: number

Number of TextElements in this tile.

numUserTextElements: number

Deprecated

This counter has been merged with numTextElements. Number of user TextElements in this tile.

Generated using TypeDoc