C# Class MegaMan.LevelEditor.TileChange

Afficher le fichier Open project: Tesserex/C--MegaMan-Engine

Méthodes publiques

Méthode 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 méthode

public ApplyToSurface ( ScreenDrawingSurface surface ) : void
surface ScreenDrawingSurface
Résultat void

Reverse() public méthode

public Reverse ( ) : TileChange
Résultat TileChange

TileChange() public méthode

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
Résultat System.Collections.Generic