C# 클래스 Treefrog.Plugins.Tiles.Commands.MoveTileSelectionCommand

상속: Treefrog.Presentation.Commands.Command
파일 보기 프로젝트 열기: jaquadro/Treefrog

공개 메소드들

메소드 설명
Execute ( ) : void
MoveTileSelectionCommand ( ITileSelectionLayer selectLayer, TileCoord previousLocation, TileCoord newLocation ) : System.Collections.Generic
Redo ( ) : void
Undo ( ) : void

메소드 상세

Execute() 공개 메소드

public Execute ( ) : void
리턴 void

MoveTileSelectionCommand() 공개 메소드

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

Redo() 공개 메소드

public Redo ( ) : void
리턴 void

Undo() 공개 메소드

public Undo ( ) : void
리턴 void