ImportLayerData

Imports mapping data to a layer.

Constructors

this
this(ITileLayer target, Tag dataTarget, MappingElement[] newData, int width, int height)
Undocumented in source.

Members

Functions

redo
void redo()
Undocumented in source. Be warned that the author may not have intended to support it.
undo
void undo()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

backup
MappingElement[] backup;
buh
int buh;
Undocumented in source.
buw
int buw;
Undocumented in source.
dataTarget
Tag dataTarget;
height
int height;
Undocumented in source.
newData
MappingElement[] newData;
Undocumented in source.
target
ITileLayer target;
Undocumented in source.
width
int width;
Undocumented in source.

Inherited Members

From UndoableEvent

redo
void redo()
Undocumented in source.
undo
void undo()
Undocumented in source.

Meta