C# 클래스 BBGamelib.CCTMXMap

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

공개 프로퍼티들

프로퍼티 타입 설명
cols int
fileName string
gidToFiles string>.Dictionary
gidToTileProperties Dictionary>
layers BBGamelib.CCTMXLayer[]
rows int
tileHeight int
tileWidth int

공개 메소드들

메소드 설명
getObjectGroup ( string name ) : CCTMXObjectGroup
getTiledLayer ( string name ) : CCTMXTiledLayer

메소드 상세

getObjectGroup() 공개 메소드

public getObjectGroup ( string name ) : CCTMXObjectGroup
name string
리턴 CCTMXObjectGroup

getTiledLayer() 공개 메소드

public getTiledLayer ( string name ) : CCTMXTiledLayer
name string
리턴 CCTMXTiledLayer

프로퍼티 상세

cols 공개적으로 프로퍼티

public int cols
리턴 int

fileName 공개적으로 프로퍼티

public string fileName
리턴 string

gidToFiles 공개적으로 프로퍼티

public Dictionary gidToFiles
리턴 string>.Dictionary

gidToTileProperties 공개적으로 프로퍼티

public Dictionary> gidToTileProperties
리턴 Dictionary>

layers 공개적으로 프로퍼티

public CCTMXLayer[],BBGamelib layers
리턴 BBGamelib.CCTMXLayer[]

rows 공개적으로 프로퍼티

public int rows
리턴 int

tileHeight 공개적으로 프로퍼티

public int tileHeight
리턴 int

tileWidth 공개적으로 프로퍼티

public int tileWidth
리턴 int