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