跳到主要内容

flywave-mapview.tile.delayrendering

Home > @flywave/flywave-mapview > Tile > delayRendering

Tile.delayRendering property

If the tile should not yet be rendered, this is used typically when the tile in question does not fit into the gpu upload limit of the current frame. Setting this value directly affects the [[willRender]] method, unless overriden by deriving classes.

Signature:

delayRendering: boolean;