C# Class SphereStudio.Plugins.UndoRedo.TileAddPage

Inheritance: HistoryPage
显示文件 Open project: Radnen/spherestudio

Public Methods

Method Description
Redo ( ) : void
TileAddPage ( MapEditView parent, List added, short startindex, ]>.List layertiles ) : System
Undo ( ) : void

Method Details

Redo() public method

public Redo ( ) : void
return void

TileAddPage() public method

public TileAddPage ( MapEditView parent, List added, short startindex, ]>.List layertiles ) : System
parent MapEditView
added List
startindex short
layertiles ]>.List
return System

Undo() public method

public Undo ( ) : void
return void