C# 클래스 OpenEmpires.Map

상속: Drawable
파일 보기 프로젝트 열기: HandsomeMatt/OpenEmpires 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( RenderTarget rt, RenderStates states ) : void
Map ( ) : System
this ( int x, int y ) : Tile

비공개 메소드들

메소드 설명
Build ( ) : void
LoadTerrainTexture ( byte tex ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( RenderTarget rt, RenderStates states ) : void
rt RenderTarget
states SFML.Graphics.RenderStates
리턴 void

Map() 공개 메소드

public Map ( ) : System
리턴 System

this() 공개 메소드

public this ( int x, int y ) : Tile
x int
y int
리턴 Tile