Click or drag to resize

QuantizedMeshTileRange Class

A range of tiles in a quantized-mesh tileset.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.TerrainQuantizedMeshTileRange

Namespace:  AGI.Foundation.Terrain
Assembly:  AGI.Foundation.TerrainReaders (in AGI.Foundation.TerrainReaders.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public sealed class QuantizedMeshTileRange

The QuantizedMeshTileRange type exposes the following members.

Constructors
  NameDescription
Public methodQuantizedMeshTileRange
Initializes a new instance.
Top
Properties
  NameDescription
Public propertyEndX
Gets the end X coordinate value.
Public propertyEndY
Gets the end Y coordinate value.
Public propertyStartX
Gets the start X coordinate value.
Public propertyStartY
Gets the start Y coordinate value.
Top
Methods
  NameDescription
Public methodContains
Determines if this tile range contains the given X and Y coordinate values.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also