pixelperfectengine v0.9.4-beta2 (2019-02-10T22:09:11Z)
Dub
Repo
NewLayerDialogListener
newLayerDialog
Undocumented in source.
interface
NewLayerDialogListener {
void
newTileLayerEvent
(string name, string file, bool embed, bool preexisting, int tX, int tY, int mX, int mY);
void
newSpriteLayerEvent
(string name);
void
importTileLayerSymbolData
(string file);
}
Members
Functions
importTileLayerSymbolData
void
importTileLayerSymbolData
(string file)
Undocumented in source.
newSpriteLayerEvent
void
newSpriteLayerEvent
(string name)
Undocumented in source.
newTileLayerEvent
void
newTileLayerEvent
(string name, string file, bool embed, bool preexisting, int tX, int tY, int mX, int mY)
Undocumented in source.
Meta
Source
See Implementation
newLayerDialog
classes
NewLayerDialog
interfaces
NewLayerDialogListener