CCTiledMapLayerInfo Class Reference
| Inherits from | NSObject |
| Declared in | CCTMXXMLParser.h |
Overview
CCTiledMapLayerInfo contains information about the Tile Map Layer. This information is obtained from the supplied Tile Map File (TMX).
Properties
layerSize
Layer size in tiles.
@property (nonatomic, readwrite) CGSize layerSizeDeclared In
CCTMXXMLParser.hmaxGID
Maximum GID.
@property (nonatomic, readwrite) unsigned int maxGIDDeclared In
CCTMXXMLParser.hminGID
Minimum GID.
@property (nonatomic, readwrite) unsigned int minGIDDeclared In
CCTMXXMLParser.hname
Layer name.
@property (nonatomic, readwrite, strong) NSString *nameDeclared In
CCTMXXMLParser.hoffset
Layer offset position.
@property (nonatomic, readwrite) CGPoint offsetDeclared In
CCTMXXMLParser.hownTiles
True to release ownership of layer tiles.
@property (nonatomic, readwrite) BOOL ownTilesDeclared In
CCTMXXMLParser.hproperties
Properties dictionary.
@property (nonatomic, readwrite, strong) NSMutableDictionary *propertiesDeclared In
CCTMXXMLParser.h