Dgame.Graphics.TileMap

Undocumented in source.

Members

Classes

TileMap
class TileMap

The Tile map consist of tiles which are stored in a XML file (preferably build with tiled)

Functions

calcDim
ushort calcDim(size_t tileNum, ubyte tileDim)
Undocumented in source. Be warned that the author may not have intended to support it.
calcPos
short[2] calcPos(ushort gid, ushort width, ushort tw, ushort th)
Undocumented in source. Be warned that the author may not have intended to support it.
roundToNext2Pot
ushort roundToNext2Pot(ushort dim)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Tile
struct Tile

The Tile structure contains informations about every tile on the map

TileMapInfo
struct TileMapInfo

This structure stores information about the tile map properties

Meta