C# Class MegaMan.Engine.MapSquare

Inheritance: IMapSquare
Datei anzeigen Open project: Tesserex/C--MegaMan-Engine Class Usage Examples

Public Methods

Method 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

Method Description
LoadLadderBoxes ( ) : void

Method Details

Draw() public method

public Draw ( IRenderingContext context, int layer, float posX, float posY ) : void
context IRenderingContext
layer int
posX float
posY float
return void

MapSquare() public method

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
return MegaMan.Common