Table of Contents

Class IndividualTiledMapRenderer.TileDrawInfo

Namespace
MLEM.Extended.Tiled
Assembly
MLEM.Extended.dll

A tile draw info contains information about a tile at a given map location. It caches a lot of data that is required for drawing a tile efficiently.

public class IndividualTiledMapRenderer.TileDrawInfo : GenericDataHolder, IGenericDataHolder
Inheritance
IndividualTiledMapRenderer.TileDrawInfo
Implements
Inherited Members

Fields

Depth

The depth calculated by the depth function

public readonly float Depth

Field Value

float

Position

The position, in tile space, of Tile

public readonly Point Position

Field Value

Point

Renderer

The renderer used by this info

public readonly IndividualTiledMapRenderer Renderer

Field Value

IndividualTiledMapRenderer

Tile

The tiled map tile to draw

public readonly TiledMapTile Tile

Field Value

TiledMapTile

Tileset

The tileset that Tile is on

public readonly TiledMapTileset Tileset

Field Value

TiledMapTileset

TilesetTile

The tileset tile that corresponds to Tile

public readonly TiledMapTilesetTile TilesetTile

Field Value

TiledMapTilesetTile