PreloadBehavior Enumeration
Specifies how a TileLayer preloads tiles.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public enum PreloadBehavior
Values
Value name | Value | Description |
---|---|---|
FullResolution | 0 | Tiles are preloaded at full resolution inside the area calculated from TileLayer.PreloadArea. |
Pyramid | 1 | Tiles visible by the View will have highest priority and will still be loaded at full resolution, while tiles outside the View will be preloaded at higher levels the further away from the view area they are located. The target is to create a pyramid where there is full resolution in the view area and then two tiles in each direction with twice the area and one less level of detail. This process is continued until all the tiles inside the area calculated from TileLayer.PreloadArea has been preloaded. Tiles will not directly load at the target level, but instead load at lower levels of detail and then continuously improve until the pyramid shape has been reached. |
Platforms
Windows, Linux, Android