Inherits from CCGrid3DAction : CCGridAction : CCActionInterval : CCFiniteTimeAction : CCAction : NSObject
Declared in CCActionGrid3D.h
CCGrid3DAction.h

Overview

CCShaky3D action

Tasks

Other Methods

Other Methods

Class Methods

actionWithDuration:size:range:shakeZ:

creates the action with a range, shake Z vertices, a grid and duration

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

Declared In

CCActionGrid3D.h

actionWithRange:shakeZ:grid:duration:

creates the action with a range, shake Z vertices, a grid and duration

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

Declared In

CCGrid3DAction.h

Instance Methods

initWithDuration:size:range:shakeZ:

initializes the action with a range, shake Z vertices, a grid and duration

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

Declared In

CCActionGrid3D.h

initWithRange:shakeZ:grid:duration:

initializes the action with a range, shake Z vertices, a grid and duration

- (id)initWithRange:(int)range shakeZ:(BOOL)shakeZ grid:(ccGridSize)gridSize duration:(ccTime)d

Declared In

CCGrid3DAction.h