|
cocos2d-iphone
2.1
Improved Cocos2D API Reference (iOS version) for www.kobold2d.com developers
|
#import <CCActionTiledGrid.h>
Inheritance diagram for CCSplitRows:
Collaboration diagram for CCSplitRows:Public Member Functions | |
| (id) | - initWithDuration:rows: |
| (id) | - initWithRows:duration: |
Static Public Member Functions | |
| (id) | + actionWithDuration:rows: |
| (id) | + actionWithRows:duration: |
Protected Attributes | |
| NSUInteger | _rows |
| CGSize | _winSize |
CCSplitRows action
| + (id) actionWithDuration: | (ccTime) | duration | |
| rows: | (NSUInteger) | rows | |
creates the action with the number of rows to split and the duration
| - (id) initWithDuration: | (ccTime) | duration | |
| rows: | (NSUInteger) | rows | |
initializes the action with the number of rows to split and the duration