CCTMXObjectGroup Class Reference
| Inherits from | NSObject |
| Declared in | CCTMXObjectGroup.h |
Tasks
-
groupNamename of the group
property -
positionOffsetoffset position of child objects
property -
objectsarray of the objects
property -
propertieslist of properties stored in a dictionary
property -
– propertyNamed:return the value for the specific property name
-
– objectNamed:return the dictionary for the specific object name. It will return the 1st object found on the array for the given name.
Properties
groupName
name of the group
@property (nonatomic, readwrite, retain) NSString *groupNameDeclared In
CCTMXObjectGroup.hobjects
array of the objects
@property (nonatomic, readwrite, retain) NSMutableArray *objectsDeclared In
CCTMXObjectGroup.h