TileLayer

A layer of tiles represented by integer constants

Members

Functions

destroy
void destroy()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
int opIndex(int x, int y)
heightInTiles
int heightInTiles;
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

name
string name;
Undocumented in source.
offsetX
int offsetX;
offsetY
int offsetY;
Undocumented in source.
opacity
float opacity;
Undocumented in source.
tiles
Array!int tiles;
Undocumented in source.
visible
bool visible;
widthInTiles
int widthInTiles;
Undocumented in source.

Meta