flywave-mapview.tileresourceinfo
Home > @flywave/flywave-mapview > TileResourceInfo
TileResourceInfo interface
Simple information about resource usage by the Tile.
Signature:
export interface TileResourceInfo
Remarks
Heap and GPU information are estimations.
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
number | Estimated number of bytes used on the GPU. | ||
number | Estimated number of bytes used on the heap. | ||
number | Number of [[THREE.Object3D]] in this tile. | ||
number | Number of s in this tile. | ||
number |