CCTMXObjectGroup Class Reference
Inherits from | NSObject |
Declared in | CCTMXObjectGroup.h |
Tasks
-
groupName
name of the group
property -
positionOffset
offset position of child objects
property -
objects
array of the objects
property -
properties
list 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 *groupName
Declared In
CCTMXObjectGroup.h
objects
array of the objects
@property (nonatomic, readwrite, retain) NSMutableArray *objects
Declared In
CCTMXObjectGroup.h