C# Class Treefrog.Plugins.Tiles.Commands.MoveTileSelectionCommand

Inheritance: Treefrog.Presentation.Commands.Command
ファイルを表示 Open project: jaquadro/Treefrog

Public Methods

Method Description
Execute ( ) : void
MoveTileSelectionCommand ( ITileSelectionLayer selectLayer, TileCoord previousLocation, TileCoord newLocation ) : System.Collections.Generic
Redo ( ) : void
Undo ( ) : void

Method Details

Execute() public method

public Execute ( ) : void
return void

MoveTileSelectionCommand() public method

public MoveTileSelectionCommand ( ITileSelectionLayer selectLayer, TileCoord previousLocation, TileCoord newLocation ) : System.Collections.Generic
selectLayer ITileSelectionLayer
previousLocation TileCoord
newLocation TileCoord
return System.Collections.Generic

Redo() public method

public Redo ( ) : void
return void

Undo() public method

public Undo ( ) : void
return void