#import <TiledGridAction.h>
Inherits TiledGrid3DAction.

Public Member Functions | |
| (id) | - initWithRange:shakeZ:grid:duration: |
Static Public Member Functions | |
| (id) | + actionWithRange:shakeZ:grid:duration: |
| + (id) actionWithRange: | (int) | range | ||
| shakeZ: | (BOOL) | shakeZ | ||
| grid: | (ccGridSize) | gridSize | ||
| duration: | (ccTime) | d | ||
creates the action with a range, whether or not to shake Z vertices, a grid size, and duration
| - (id) initWithRange: | (int) | range | ||
| shakeZ: | (BOOL) | shakeZ | ||
| grid: | (ccGridSize) | gridSize | ||
| duration: | (ccTime) | d | ||
initializes the action with a range, whether or not to shake Z vertices, a grid size, and duration
1.5.8