|
cocos2d for iPhone 1.0.0
2D engine for iOS and OS X
|
#import <CCActionGrid.h>


Public Member Functions | |
| (id) | - initWithSize:duration: |
| (CCGridBase *) | - grid |
Static Public Member Functions | |
| (id) | + actionWithSize:duration: |
Properties | |
| ccGridSize | gridSize |
Base class for Grid actions
Definition at line 34 of file CCActionGrid.h.
| + (id) actionWithSize: | (ccGridSize) | size | |
| duration: | (ccTime) | d | |
creates the action with size and duration
| - (CCGridBase *) grid |
returns the grid
| - (id) initWithSize: | (ccGridSize) | gridSize | |
| duration: | (ccTime) | d | |
initializes the action with size and duration
- (ccGridSize) gridSize [read, write, assign] |
size of the grid
Definition at line 40 of file CCActionGrid.h.