#import <CCGridAction.h>
Inherits CCIntervalAction.
Inherited by CCGrid3DAction, and CCTiledGrid3DAction.

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 36 of file CCGridAction.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 38 of file CCGridAction.h.