Inherits from CCTiledGrid3DAction : CCGridAction : CCActionInterval : CCFiniteTimeAction : CCAction : NSObject
Declared in CCActionTiledGrid.h
CCTiledGridAction.h

Overview

CCWavesTiles3D action.

Tasks

Other Methods

Other Methods

Properties

amplitude

waves amplitude

@property (nonatomic, readwrite) float amplitude

Declared In

CCActionTiledGrid.h

amplitudeRate

waves amplitude rate

@property (nonatomic, readwrite) float amplitudeRate

Declared In

CCActionTiledGrid.h

Class Methods

actionWithDuration:size:waves:amplitude:

creates the action with a number of waves, the waves amplitude, the grid size and the duration

+ (id)actionWithDuration:(ccTime)duration size:(CGSize)gridSize waves:(NSUInteger)wav amplitude:(float)amp

Declared In

CCActionTiledGrid.h

actionWithWaves:amplitude:grid:duration:

creates the action with a number of waves, the waves amplitude, the grid size and the duration

+ (id)actionWithWaves:(int)wav amplitude:(float)amp grid:(ccGridSize)gridSize duration:(ccTime)d

Declared In

CCTiledGridAction.h

Instance Methods

initWithDuration:size:waves:amplitude:

initializes the action with a number of waves, the waves amplitude, the grid size and the duration

- (id)initWithDuration:(ccTime)duration size:(CGSize)gridSize waves:(NSUInteger)wav amplitude:(float)amp

Declared In

CCActionTiledGrid.h

initWithWaves:amplitude:grid:duration:

initializes 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

Declared In

CCTiledGridAction.h