C# 클래스 BBGamelib.CCTMXTile

상속: CCTMXObject
파일 보기 프로젝트 열기: BigWoodGames/cocos2d-unity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
col int
file string
gid int
polygonPoints List
row int
sharedProperties string>.Dictionary

공개 메소드들

메소드 설명
getPropertyFromObjectAndShared ( string key ) : string
getSharedProperty ( string key ) : string

메소드 상세

getPropertyFromObjectAndShared() 공개 메소드

public getPropertyFromObjectAndShared ( string key ) : string
key string
리턴 string

getSharedProperty() 공개 메소드

public getSharedProperty ( string key ) : string
key string
리턴 string

프로퍼티 상세

col 공개적으로 프로퍼티

public int col
리턴 int

file 공개적으로 프로퍼티

public string file
리턴 string

gid 공개적으로 프로퍼티

public int gid
리턴 int

polygonPoints 공개적으로 프로퍼티

public List polygonPoints
리턴 List

row 공개적으로 프로퍼티

public int row
리턴 int

sharedProperties 공개적으로 프로퍼티

public Dictionary sharedProperties
리턴 string>.Dictionary