Method | Description | |
---|---|---|
AddContinuePoint ( |
||
AddJoin ( |
||
AddScreen ( string name, int tile_width, int tile_height ) : |
||
AddScreen ( |
||
ChangeTileset ( |
||
FindNextScreenId ( ) : int | ||
PushHistoryAction ( IUndoableAction action ) : void | ||
Redo ( ) : void | ||
RemoveJoin ( |
||
RemoveScreen ( |
||
SetStartPoint ( |
||
StageDocument ( MegaMan.Editor.Bll.ProjectDocument project ) : System | ||
StageDocument ( MegaMan.Editor.Bll.ProjectDocument project, |
||
Undo ( ) : void |
Method | Description | |
---|---|---|
OnScreenResized ( |
||
ScreenRenamed ( string oldName, string newName ) : void | ||
WrapScreen ( MegaMan screen ) : |
public AddContinuePoint ( |
||
screenDocument | ||
location | Point | |
return | void |
public AddScreen ( string name, int tile_width, int tile_height ) : |
||
name | string | |
tile_width | int | |
tile_height | int | |
return |
public AddScreen ( |
||
screen | ||
return | void |
public ChangeTileset ( |
||
tileset | ||
return | void |
public PushHistoryAction ( IUndoableAction action ) : void | ||
action | IUndoableAction | |
return | void |
public RemoveJoin ( |
||
join | ||
return | void |
public RemoveScreen ( |
||
screen | ||
return | void |
public SetStartPoint ( |
||
screenDocument | ||
location | Point | |
return | void |
public StageDocument ( MegaMan.Editor.Bll.ProjectDocument project ) : System | ||
project | MegaMan.Editor.Bll.ProjectDocument | |
return | System |
public StageDocument ( MegaMan.Editor.Bll.ProjectDocument project, |
||
project | MegaMan.Editor.Bll.ProjectDocument | |
info | ||
linkInfo | ||
return | System |