pixelperfectengine v0.10.0-beta.1 (2021-05-16T17:51:01Z)
Dub
Repo
CreateTileLayerEvent
editorevents
Undocumented in source.
class
CreateTileLayerEvent :
UndoableEvent
{
TileLayer
creation
;
MapDocument
target
;
int
tX
;
int
tY
;
int
mX
;
int
mY
;
int
pri
;
string
name
;
string
file
;
bool
embed
;
Tag
backup
;
this
(MapDocument target, int tX, int tY, int mX, int mY, dstring name, string file, bool embed);
void
redo
();
void
undo
();
}
Constructors
this
this
(MapDocument target, int tX, int tY, int mX, int mY, dstring name, string file, bool embed)
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
Tag
backup
;
Undocumented in source.
creation
TileLayer
creation
;
Undocumented in source.
embed
bool
embed
;
Undocumented in source.
file
string
file
;
Undocumented in source.
mX
int
mX
;
Undocumented in source.
mY
int
mY
;
Undocumented in source.
name
string
name
;
Undocumented in source.
pri
int
pri
;
Undocumented in source.
tX
int
tX
;
Undocumented in source.
tY
int
tY
;
Undocumented in source.
target
MapDocument
target
;
Undocumented in source.
Inherited Members
From UndoableEvent
redo
void
redo
()
Undocumented in source.
undo
void
undo
()
Undocumented in source.
Meta
Source
See Implementation
editorevents
classes
AddTileSheetEvent
CreateTileLayerEvent
ResizeTileMapEvent
WriteToMapOverwrite
WriteToMapSingle
WriteToMapVoidFill