pixelperfectengine v0.10.0-beta.1 (2021-05-16T17:51:01Z)
Dub
Repo
ResizeTileMapEvent
editorevents
Undocumented in source.
class
ResizeTileMapEvent :
UndoableEvent
{
MappingElement
[]
backup
;
MappingElement
[]
destMap
;
int
mX
;
int
mY
;
int
offsetX
;
int
offsetY
;
int
newX
;
int
newY
;
MapDocument
targetDoc
;
int
layer
;
bool
patternRepeat
;
this
(int[6] params, MapDocument targetDoc, int layer, bool patternRepeat);
void
redo
();
void
undo
();
}
Constructors
this
this
(int[6] params, MapDocument targetDoc, int layer, bool patternRepeat)
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
;
destMap
MappingElement
[]
destMap
;
Undocumented in source.
layer
int
layer
;
Undocumented in source.
mX
int
mX
;
mY
int
mY
;
newX
int
newX
;
newY
int
newY
;
offsetX
int
offsetX
;
offsetY
int
offsetY
;
Undocumented in source.
patternRepeat
bool
patternRepeat
;
Undocumented in source.
targetDoc
MapDocument
targetDoc
;
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