TileMap

Tile Map.

Members

Functions

bindExistsFrom
void bindExistsFrom(Tileset[] tilesets)
Undocumented in source. Be warned that the author may not have intended to support it.
draw
void draw(IRenderer render, Vecf position)
Undocumented in source. Be warned that the author may not have intended to support it.
load
void load(string path)

Load data from file.

loadFromMem
void loadFromMem(R data)

Loading data from memory.

objgroupByName
ObjectGroup objgroupByName(string name)
optimize
void optimize()
Undocumented in source. Be warned that the author may not have intended to support it.
setup
void setup()

Prepare layers for work.

sort
void sort()
Undocumented in source. Be warned that the author may not have intended to support it.
tile
Image tile(int id)

Variables

drawableSort
IDrawable[] drawableSort;
Undocumented in source.
imagelayers
ImageLayer[] imagelayers;

Image layer's.

layers
TileLayer[] layers;

Layer's.

mapinfo
MapMeta mapinfo;

Map information.

objgroups
ObjectGroup[] objgroups;

Object group's.

tilesets
Tileset[] tilesets;

Tileset's.

Inherited Members

From IDrawable

draw
void draw(IRenderer renderer, Vecf position)

draw object implemetation

Meta