C# Class BBGamelib.CCTMXTile

Inheritance: CCTMXObject
Datei anzeigen 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_oe property

public int col
return int

file public_oe property

public string file
return string

gid public_oe property

public int gid
return int

polygonPoints public_oe property

public List polygonPoints
return List

row public_oe property

public int row
return int

sharedProperties public_oe property

public Dictionary sharedProperties
return string>.Dictionary