Inherits from NSObject
Declared in CCTMXObjectGroup.h

Overview

CCTMXObjectGroup represents the TMX object group.

Tasks

Properties

groupName

name of the group

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

Declared In

CCTMXObjectGroup.h

objects

array of the objects

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

Declared In

CCTMXObjectGroup.h

positionOffset

offset position of child objects

@property (nonatomic, readwrite, assign) CGPoint positionOffset

Declared In

CCTMXObjectGroup.h

properties

list of properties stored in a dictionary

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

Declared In

CCTMXObjectGroup.h

Instance Methods

objectNamed:

return the dictionary for the specific object name. It will return the 1st object found on the array for the given name.

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

Declared In

CCTMXObjectGroup.h

propertyNamed:

return the value for the specific property name

- (id)propertyNamed:(NSString *)propertyName

Declared In

CCTMXObjectGroup.h