C# Class MegaMan.Engine.MapSquare

Inheritance: IMapSquare
Afficher le fichier Open project: Tesserex/C--MegaMan-Engine Class Usage Examples

Méthodes publiques

Méthode Description
Draw ( IRenderingContext context, int layer, float posX, float posY ) : void
MapSquare ( IScreenLayer layer, Tile tile, int x, int y, int tilesize ) : MegaMan.Common

Private Methods

Méthode Description
LoadLadderBoxes ( ) : void

Method Details

Draw() public méthode

public Draw ( IRenderingContext context, int layer, float posX, float posY ) : void
context IRenderingContext
layer int
posX float
posY float
Résultat void

MapSquare() public méthode

public MapSquare ( IScreenLayer layer, Tile tile, int x, int y, int tilesize ) : MegaMan.Common
layer IScreenLayer
tile MegaMan.Common.Tile
x int
y int
tilesize int
Résultat MegaMan.Common