C# 클래스 GameEngine.Tiled.TileLayer

상속: PropertyBag
파일 보기 프로젝트 열기: MichaelAquilina/Some-2D-RPG 1 사용 예제들

공개 메소드들

메소드 설명
TileLayer ( int width, int height ) : GameEngine.GameObjects
ToString ( ) : string
this ( int index ) : int
this ( int x, int y ) : int

메소드 상세

TileLayer() 공개 메소드

public TileLayer ( int width, int height ) : GameEngine.GameObjects
width int
height int
리턴 GameEngine.GameObjects

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

this() 공개 메소드

public this ( int index ) : int
index int
리턴 int

this() 공개 메소드

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