Property | Type | Description | |
---|---|---|---|
CheckTiles | bool[] |
Method | Description | |
---|---|---|
CheckVersion ( bool auto = true ) : void | ||
EditCopy ( ) : void | ||
EditDelete ( ) : void | ||
EditPaste ( ) : void | ||
GetBackgroundColor ( int y ) : System.Color | ||
LoadWorld ( string filename ) : void | ||
MouseDownTile ( TEditXna.Editor.TileMouseState e ) : void | ||
MouseMoveTile ( TEditXna.Editor.TileMouseState e ) : void | ||
MouseUpTile ( TEditXna.Editor.TileMouseState e ) : void | ||
PreviewChange ( ) : void | ||
SetPixel ( int x, int y, PaintMode mode = null, bool erase = null ) : void | ||
Update ( ) : void | ||
UpdateRenderPixel ( Vector2Int32 p ) : void | ||
UpdateRenderPixel ( int x, int y ) : void | ||
UpdateRenderRegion ( Rectangle area ) : void |
Method | Description | |
---|---|---|
OnPreviewChanged ( object sender, |
||
OnRequestScroll ( object sender, EventArgs |
||
OnRequestZoom ( object sender, EventArgs |
Method | Description | |
---|---|---|
ActivateBuffer ( |
||
AddNpc ( int npcId ) : void | ||
AnalyzeWorld ( ) : void | ||
AnalyzeWorldSave ( ) : void | ||
CanCopy ( ) : bool | ||
CanPaste ( ) : bool | ||
ExportSchematicFile ( |
||
GetTallyCount ( ) : void | ||
ImportSchematic ( bool isFalseColor ) : void | ||
LaunchUrl ( string url ) : void | ||
NewWorld ( ) : void | ||
OnProgressChanged ( object sender, ProgressChangedEventArgs e ) : void | ||
OpenWorld ( ) : void | ||
RemoveNpc ( NPC npc ) : void | ||
RenderEntireWorld ( ) : PixelMapManager | ||
RunPlugin ( IPlugin plugin ) : void | ||
SaveChest ( bool save ) : void | ||
SaveMannequin ( bool save ) : void | ||
SaveRack ( bool save ) : void | ||
SaveSign ( bool save ) : void | ||
SaveTileEntity ( bool save ) : void | ||
SaveTimerTick ( object sender, ElapsedEventArgs e ) : void | ||
SaveWorld ( ) : void | ||
SaveWorldAs ( ) : void | ||
SaveWorldFile ( ) : void | ||
SaveWorldThreaded ( string filename ) : void | ||
SetActiveTool ( ITool tool ) : void | ||
SetPixelAutomatic ( Tile curTile, int tile = null, int wall = null, byte liquid = null, LiquidType liquidType = null, bool wire = null, short u = null, short v = null, bool wire2 = null, bool wire3 = null, bool wire4 = null, BrickStyle brickStyle = null, bool actuator = null, bool actuatorInActive = null, int tileColor = null, int wallColor = null ) : void | ||
SetTile ( Tile curTile, bool erase ) : void | ||
SetTrack ( int x, int y, Tile curTile, bool erase, bool hammer, bool check ) : void | ||
SetWall ( Tile curTile, bool erase ) : void | ||
TallyCountSave ( ) : void | ||
UpdateMinimap ( object sender, EventArgs eventArgs ) : void | ||
UpdateRenderWorld ( ) : void | ||
UpdateTitle ( ) : void | ||
ViewLog ( ) : void | ||
WorldViewModel ( ) : System |
public GetBackgroundColor ( int y ) : System.Color | ||
y | int | |
return | System.Color |
public MouseDownTile ( TEditXna.Editor.TileMouseState e ) : void | ||
e | TEditXna.Editor.TileMouseState | |
return | void |
public MouseMoveTile ( TEditXna.Editor.TileMouseState e ) : void | ||
e | TEditXna.Editor.TileMouseState | |
return | void |
public MouseUpTile ( TEditXna.Editor.TileMouseState e ) : void | ||
e | TEditXna.Editor.TileMouseState | |
return | void |
protected OnPreviewChanged ( object sender, |
||
sender | object | |
e | ||
return | void |
protected OnRequestScroll ( object sender, EventArgs |
||
sender | object | |
e | EventArgs |
|
return | void |
protected OnRequestZoom ( object sender, EventArgs |
||
sender | object | |
e | EventArgs |
|
return | void |
public SetPixel ( int x, int y, PaintMode mode = null, bool erase = null ) : void | ||
x | int | |
y | int | |
mode | PaintMode | |
erase | bool | |
return | void |
public UpdateRenderPixel ( Vector2Int32 p ) : void | ||
p | Vector2Int32 | |
return | void |
public UpdateRenderPixel ( int x, int y ) : void | ||
x | int | |
y | int | |
return | void |
public UpdateRenderRegion ( Rectangle area ) : void | ||
area | Rectangle | |
return | void |