|
cocos2d for iPhone 1.0.0
2D engine for iOS and OS X
|
#import <CCTMXObjectGroup.h>
Public Member Functions | |
| (id) | - propertyNamed: |
| (NSMutableDictionary *) | - objectNamed: |
Properties | |
| NSString * | groupName |
| CGPoint | positionOffset |
| NSMutableArray * | objects |
| NSMutableDictionary * | properties |
CCTMXObjectGroup represents the TMX object group.
Definition at line 42 of file CCTMXObjectGroup.h.
| - (NSMutableDictionary*) objectNamed: | (NSString *) | objectName |
return the dictionary for the specific object name. It will return the 1st object found on the array for the given name.
| - (id) propertyNamed: | (NSString *) | propertyName |
return the value for the specific property name
- (NSString*) groupName [read, write, retain] |
name of the group
Definition at line 51 of file CCTMXObjectGroup.h.
- (NSMutableArray*) objects [read, write, retain] |
array of the objects
Definition at line 55 of file CCTMXObjectGroup.h.
- (CGPoint) positionOffset [read, write, assign] |
offset position of child objects
Definition at line 53 of file CCTMXObjectGroup.h.
- (NSMutableDictionary*) properties [read, write, retain] |
list of properties stored in a dictionary
Definition at line 57 of file CCTMXObjectGroup.h.