flywave-mapview.visibletileset.maxtilesperframe
Home > @flywave/flywave-mapview > VisibleTileSet > maxTilesPerFrame
VisibleTileSet.maxTilesPerFrame property
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Gets the maximum number of tiles that can be added to the scene per frame
Signature:
get maxTilesPerFrame(): number;
set maxTilesPerFrame(value: number);