Inherits from NSObject
Declared in CCTiledMapObjectGroup.h

Overview

CCTiledMapObjectGroup represents the tile map object group.

Tasks

Accessing the Tile Map Object Group Attributes

Properties

groupName

Name of the object group.

@property (nonatomic, readwrite, strong) NSString *groupName

Declared In

CCTiledMapObjectGroup.h

objects

Array of the objects.

@property (nonatomic, readwrite, strong) NSMutableArray *objects

Declared In

CCTiledMapObjectGroup.h

positionOffset

Offset position of child objects,

@property (nonatomic, readwrite, assign) CGPoint positionOffset

Declared In

CCTiledMapObjectGroup.h

properties

List of properties stored in the dictionary.

@property (nonatomic, readwrite, strong) NSMutableDictionary *properties

Declared In

CCTiledMapObjectGroup.h

Instance Methods

objectNamed:

Return the dictionary for the first entry of specified object namee.

- (NSMutableDictionary *)objectNamed:(NSString *)objectName

Parameters

objectName

Object name to use.

Return Value

Object dictionary.

Declared In

CCTiledMapObjectGroup.h

propertyNamed:

Return the value for the specified property name value.

- (id)propertyNamed:(NSString *)propertyName

Parameters

propertyName

Propery name to lookup.

Return Value

Property name value.

Declared In

CCTiledMapObjectGroup.h