C# 클래스 CastleEscape.TMXMap

A map for the Tiled map format. Author: Dennis Honeyman
파일 보기 프로젝트 열기: Daminvar/CastleEscape 1 사용 예제들

공개 메소드들

메소드 설명
IsCollisionAt ( int x, int y ) : bool

Checks to see if there's a collision at the specified location.

ParseTMXFile ( string filename ) : void

Parses a TMX map.

비공개 메소드들

메소드 설명
parseLayer ( XmlNode layerData ) : int[][]

메소드 상세

IsCollisionAt() 공개 메소드

Checks to see if there's a collision at the specified location.
public IsCollisionAt ( int x, int y ) : bool
x int The X coordinate.
y int The Y coordinate.
리턴 bool

ParseTMXFile() 공개 메소드

Parses a TMX map.
public ParseTMXFile ( string filename ) : void
filename string The path to the map.
리턴 void