C# Class MegaMan.LevelEditor.TileChange

Datei anzeigen Open project: Tesserex/C--MegaMan-Engine

Public Methods

Method Description
ApplyToSurface ( ScreenDrawingSurface surface ) : void
Reverse ( ) : TileChange
TileChange ( int tx, int ty, int oldId, int newId, ScreenDrawingSurface surface ) : System.Collections.Generic

Method Details

ApplyToSurface() public method

public ApplyToSurface ( ScreenDrawingSurface surface ) : void
surface ScreenDrawingSurface
return void

Reverse() public method

public Reverse ( ) : TileChange
return TileChange

TileChange() public method

public TileChange ( int tx, int ty, int oldId, int newId, ScreenDrawingSurface surface ) : System.Collections.Generic
tx int
ty int
oldId int
newId int
surface ScreenDrawingSurface
return System.Collections.Generic