C# 클래스 MegaMan.Engine.MapSquare

상속: IMapSquare
파일 보기 프로젝트 열기: Tesserex/C--MegaMan-Engine 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( IRenderingContext context, int layer, float posX, float posY ) : void
MapSquare ( IScreenLayer layer, Tile tile, int x, int y, int tilesize ) : MegaMan.Common

비공개 메소드들

메소드 설명
LoadLadderBoxes ( ) : void

메소드 상세

Draw() 공개 메소드

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

MapSquare() 공개 메소드

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
리턴 MegaMan.Common