pixelperfectengine v0.10.0-beta.1 (2021-05-16T17:51:01Z)
Dub
Repo
AddTileSheetEvent
editorevents
Undocumented in source.
class
AddTileSheetEvent :
UndoableEvent
{
Image
source
;
MapDocument
targetDoc
;
int
layer
;
int
paletteOffset
;
int
paletteShift
;
string
preName
;
string
afterName
;
string
fileName
;
int
numFrom
;
uint
numStyle
;
Tag
backup
;
this
(Image source, MapDocument targetDoc, int layer, int paletteOffset, int paletteShift, string[3] name, int numFrom, uint numStyle);
void
redo
();
void
undo
();
}
Constructors
this
this
(Image source, MapDocument targetDoc, int layer, int paletteOffset, int paletteShift, string[3] name, int numFrom, uint numStyle)
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
()
afterName
string
afterName
;
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
backup
Tag
backup
;
fileName
string
fileName
;
Undocumented in source.
layer
int
layer
;
Undocumented in source.
numFrom
int
numFrom
;
Undocumented in source.
numStyle
uint
numStyle
;
0: decimal, 1: hex, 2: octal
paletteOffset
int
paletteOffset
;
Undocumented in source.
paletteShift
int
paletteShift
;
Undocumented in source.
preName
string
preName
;
Undocumented in source.
source
Image
source
;
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