#import <TiledGridAction.h>
Inherits TiledGrid3DAction.

Public Member Functions | |
| (id) | - initWithWaves:amplitude:grid:duration: |
Static Public Member Functions | |
| (id) | + actionWithWaves:amplitude:grid:duration: |
Properties | |
| float | amplitude |
| float | amplitudeRate |
| + (id) actionWithWaves: | (int) | wav | ||
| amplitude: | (float) | amp | ||
| grid: | (ccGridSize) | gridSize | ||
| duration: | (ccTime) | d | ||
creates the action with a number of waves, the waves amplitude, the grid size and the duration
| - (id) initWithWaves: | (int) | wav | ||
| amplitude: | (float) | amp | ||
| grid: | (ccGridSize) | gridSize | ||
| duration: | (ccTime) | d | ||
initializes the action with a number of waves, the waves amplitude, the grid size and the duration
- (float) amplitude [read, write, assign] |
waves amplitude
- (float) amplitudeRate [read, write, assign] |
waves amplitude rate
1.5.8