TileLayerData

Stores Data regarding to the TileLayer.

Constructors

this
this(int tX, int tY, int mX, int mY, double sX, double sY, int priority, MappingElement[] mapping, string name, string subtype)

Constructor for TileLayers with preexisting mapping.

this
this(int tX, int tY, int mX, int mY, double sX, double sY, int priority, string name, string subtype)

Constructor for TileLayers without preexisting mapping.

Members

Variables

isEmbedded
bool isEmbedded;

Whether the data is embedded with base64 coding or not.

mX
int mX;
Undocumented in source.
mY
int mY;

Sizes of the mapping.

mapping
MappingElement[] mapping;

Mapping data.

name
string name;

Name of the layer, primarily used by the editors.

priority
int priority;

Layerpriority.

sX
double sX;
sXOffset
double sXOffset;
sY
double sY;
Undocumented in source.
sYOffset
double sYOffset;

Used by the autoscroll for paralax scrolling.

subtype
string subtype;

Subtype of the layer, eg. 32bit, transformable.

tX
int tX;
Undocumented in source.
tY
int tY;

Sizes of the tile for the layer.

warp
bool warp;

Toggle warp.

Meta