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

Overview

CCShakyTiles3D action

Tasks

Other Methods

Other Methods

Class Methods

actionWithDuration:size:range:shakeZ:

creates the action with a range, whether or not to shake Z vertices, a grid size, and duration

+ (id)actionWithDuration:(ccTime)duration size:(CGSize)gridSize range:(int)range shakeZ:(BOOL)shakeZ

Declared In

CCActionTiledGrid.h

actionWithRange:shakeZ:grid:duration:

creates the action with a range, whether or not to shake Z vertices, a grid size, and duration

+ (id)actionWithRange:(int)range shakeZ:(BOOL)shakeZ grid:(ccGridSize)gridSize duration:(ccTime)d

Declared In

CCTiledGridAction.h

Instance Methods

initWithDuration:size:range:shakeZ:

initializes the action with a range, whether or not to shake Z vertices, a grid size, and duration

- (id)initWithDuration:(ccTime)duration size:(CGSize)gridSize range:(int)range shakeZ:(BOOL)shakeZ

Declared In

CCActionTiledGrid.h

initWithRange:shakeZ:grid:duration:

initializes 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

Declared In

CCTiledGridAction.h