C# 클래스 TileGenerator.TileRectangleCombiner.TileRectangle

A tile represented as a rectangle
파일 보기 프로젝트 열기: Jewelots/Spelunky-Tiles 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
W int
X int

공개 메소드들

메소드 설명
TileRectangle ( int aX, int aY, int aW = 1, int aH = 1 ) : System

메소드 상세

TileRectangle() 공개 메소드

public TileRectangle ( int aX, int aY, int aW = 1, int aH = 1 ) : System
aX int
aY int
aW int
aH int
리턴 System

프로퍼티 상세

W 공개적으로 프로퍼티

public int W
리턴 int

X 공개적으로 프로퍼티

public int X
리턴 int