#import <TiledGridAction.h>
Inherits TiledGrid3DAction.

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