pixelperfectengine v0.10.0-beta.1 (2021-05-16T17:51:01Z)
Dub
Repo
WriteToMapSingle
editorevents
Undocumented in source.
class
WriteToMapSingle :
UndoableEvent
{
ITileLayer
target
;
int
x
;
int
y
;
MappingElement
me
;
MappingElement
original
;
this
(ITileLayer target, int x, int y, MappingElement me);
void
redo
();
void
undo
();
}
Constructors
this
this
(ITileLayer target, int x, int y, MappingElement me)
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
me
MappingElement
me
;
Undocumented in source.
original
MappingElement
original
;
Undocumented in source.
target
ITileLayer
target
;
Undocumented in source.
x
int
x
;
Undocumented in source.
y
int
y
;
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