C# 클래스 Tilengine.TileInfo

파일 보기 프로젝트 열기: megamarc/Tilengine 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Col int
Flags ushort
Index ushort
Row int
Xoffset int
Yoffset int

프로퍼티 상세

Col 공개적으로 프로퍼티

public int Col
리턴 int

Flags 공개적으로 프로퍼티

public ushort Flags
리턴 ushort

Index 공개적으로 프로퍼티

public ushort Index
리턴 ushort

Row 공개적으로 프로퍼티

public int Row
리턴 int

Xoffset 공개적으로 프로퍼티

public int Xoffset
리턴 int

Yoffset 공개적으로 프로퍼티

public int Yoffset
리턴 int