QuantizedMeshTilesetMetadata Class |
Namespace: AGI.Foundation.Terrain
The QuantizedMeshTilesetMetadata type exposes the following members.
| Name | Description | |
|---|---|---|
| QuantizedMeshTilesetMetadata | Initializes a new instance. |
| Name | Description | |
|---|---|---|
| AvailableTiles |
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.
| |
| Bounds |
Gets the bounds of the tileset.
| |
| MaximumZoom |
Gets the maximum zoom level of the tileset.
| |
| MinimumZoom |
Gets the minimum zoom level of the tileset.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsTileAvailable |
Calculates whether the tile with the given coordinates is available in the tileset.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |