C# 클래스 Californium.TileMap

파일 보기 프로젝트 열기: DatZach/HumanityAgainstCards

공개 메소드들

메소드 설명
Draw ( RenderTarget rt ) : void
PlaceFree ( FloatRect r, CollisionCondition cond = null ) : bool
TileMap ( int width, int height, Texture texture ) : System
this ( int x, int y ) : Tile

메소드 상세

Draw() 공개 메소드

public Draw ( RenderTarget rt ) : void
rt RenderTarget
리턴 void

PlaceFree() 공개 메소드

public PlaceFree ( FloatRect r, CollisionCondition cond = null ) : bool
r FloatRect
cond CollisionCondition
리턴 bool

TileMap() 공개 메소드

public TileMap ( int width, int height, Texture texture ) : System
width int
height int
texture SFML.Graphics.Texture
리턴 System

this() 공개 메소드

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