TileLayerData

Undocumented in source.

Constructors

this
this(int tX, int tY, int mX, int mY, double sX, double sY, int priority, wchar[] mapping, string name, string subtype)
Undocumented in source.
this
this(int tX, int tY, int mX, int mY, double sX, double sY, int priority, string name, string subtype)
Undocumented in source.

Members

Functions

readMapping
wchar readMapping(int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
writeMapping
void writeMapping(int x, int y, wchar tile)
mX
int mX;
mY
int mY;
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

mapping
wchar[] mapping;
Undocumented in source.
name
string name;
priority
int priority;
Undocumented in source.
sX
double sX;
sY
double sY;
subtype
string subtype;
Undocumented in source.
tX
int tX;
tY
int tY;
Undocumented in source.

Meta