CCTiledMapObjectGroup Class Reference
| Inherits from | NSObject |
| Declared in | CCTiledMapObjectGroup.h |
Tasks
Accessing the Tile Map Object Group Attributes
-
groupNameproperty -
positionOffsetproperty -
objectsproperty -
propertiesproperty -
– propertyNamed: -
– objectNamed:
Properties
groupName
Name of the object group.
@property (nonatomic, readwrite, strong) NSString *groupNameDeclared In
CCTiledMapObjectGroup.hobjects
Array of the objects.
@property (nonatomic, readwrite, strong) NSMutableArray *objectsDeclared In
CCTiledMapObjectGroup.hpositionOffset
Offset position of child objects,
@property (nonatomic, readwrite, assign) CGPoint positionOffsetDeclared In
CCTiledMapObjectGroup.h