Click or drag to resize

QuantizedMeshTilesetMetadataAvailableTiles Property

Gets the available tiles in the tileset. For each zoom level, the corresponding index in the list contains a list of tile ranges that are available.

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public List<List<QuantizedMeshTileRange>> AvailableTiles { get; }

Property Value

Type: ListListQuantizedMeshTileRange
See Also