C# Class BBGamelib.CCTMXTile

Inheritance: CCTMXObject
Show file Open project: BigWoodGames/cocos2d-unity Class Usage Examples

Public Properties

Property Type Description
col int
file string
gid int
polygonPoints List
row int
sharedProperties string>.Dictionary

Public Methods

Method Description
getPropertyFromObjectAndShared ( string key ) : string
getSharedProperty ( string key ) : string

Method Details

getPropertyFromObjectAndShared() public method

public getPropertyFromObjectAndShared ( string key ) : string
key string
return string

getSharedProperty() public method

public getSharedProperty ( string key ) : string
key string
return string

Property Details

col public property

public int col
return int

file public property

public string file
return string

gid public property

public int gid
return int

polygonPoints public property

public List polygonPoints
return List

row public property

public int row
return int

sharedProperties public property

public Dictionary sharedProperties
return string>.Dictionary