The method to create the Texture that will be applied to the Tile
If the Promise is resolved with an undefined Texture, the Tile is considered loaded
and having no data.
If the Promise is rejected, it is considered a temporary failure and the tile will be
disposed and recreated if visible again.
The method to create the Texture that will be applied to the Tile
If the Promise is resolved with an undefined Texture, the Tile is considered loaded and having no data. If the Promise is rejected, it is considered a temporary failure and the tile will be disposed and recreated if visible again.
Tile to which the texture will be applied.
Optional AbortSignal to cancel the request.