C# Class BBGamelib.CCTMXTile

Inheritance: CCTMXObject
Afficher le fichier Open project: BigWoodGames/cocos2d-unity Class Usage Examples

Méthodes publiques

Свойство Type Description
col int
file string
gid int
polygonPoints List
row int
sharedProperties string>.Dictionary

Méthodes publiques

Méthode Description
getPropertyFromObjectAndShared ( string key ) : string
getSharedProperty ( string key ) : string

Method Details

getPropertyFromObjectAndShared() public méthode

public getPropertyFromObjectAndShared ( string key ) : string
key string
Résultat string

getSharedProperty() public méthode

public getSharedProperty ( string key ) : string
key string
Résultat string

Property Details

col public_oe property

public int col
Résultat int

file public_oe property

public string file
Résultat string

gid public_oe property

public int gid
Résultat int

polygonPoints public_oe property

public List polygonPoints
Résultat List

row public_oe property

public int row
Résultat int

sharedProperties public_oe property

public Dictionary sharedProperties
Résultat string>.Dictionary