Click or drag to resize

QuantizedMeshTilesetMetadata.AvailableTiles 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.3.420.0 (24.3.420.0)
Syntax
public List<List<QuantizedMeshTileRange>> AvailableTiles { get; }

Property Value

Type: List<List<QuantizedMeshTileRange>>
See Also