struct
|
MapViewBatch
|
implements
|
IEquatable<MapViewBatch>
|
Number of consecutive vertices, starting at index Vertex.
public
readonly
field
|
Count
|
||
type
|
int32
|
Remarks:
The given vertices form a simple polygon, where the last vertex is implicitly connected to the first one.
See also:
MapView.VerticesThe texture to use, as returned by TileLookup.
public
readonly
field
|
Texture
|
||
type
|
int32
|
Index of first batch vertex.
public
readonly
field
|
Vertex
|
||
type
|
int32
|
See also:
MapView.Vertices
public
method
|
Equals
(MapViewBatch other)
|
||
type
|
bool
|
||
params
|
other
|