MapViewBatch

Description

struct Tinman.Terrain.Tools.MapViewBatch

Represents a render batch of a MapView.

Public / Attributes

Count


public readonly attribute Count → (int32)

Number of consecutive vertices, starting at index Vertex.

The given vertices form a simple polygon, where the last vertex is implicitly connected to the first one.

See also

MapView.Vertices

Texture


public readonly attribute Texture → (int32)

The texture to use, as returned by TextureAtlas.TileLookup.

Vertex


public readonly attribute Vertex → (int32)

Index of first batch vertex.

See also

MapView.Vertices