TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

struct MapViewBatch in Tinman.Terrain.Tools

struct MapViewBatch implements IEquatable<MapViewBatch>

Public / Attributes

Count

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.Vertices

Texture

The texture to use, as returned by TileLookup.

public readonly field Texture
type int32

Vertex

Index of first batch vertex.

public readonly field Vertex
type int32

See also:

MapView.Vertices

Public / Methods

Equals

public method Equals (MapViewBatch other)
type bool
params other