cocos2d-mac  2.1
Improved Cocos2D API Reference (Mac OS X version) for www.koboldtouch.com developers
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
CCShakyTiles3D Class Reference

#import <CCActionTiledGrid.h>

Inheritance diagram for CCShakyTiles3D:
Collaboration diagram for CCShakyTiles3D:

Instance Methods

(id) - initWithDuration:size:range:shakeZ:
 
(id) - initWithRange:shakeZ:grid:duration:
 
 Instance Methods inherited from CCTiledGrid3DAction
(ccQuad3- tile:
 
(ccQuad3- originalTile:
 
(void) - setTile:coords:
 
 Instance Methods inherited from CCGridAction
(id) - initWithDuration:size:
 
(CCGridBase *) - grid
 
(id) - initWithSize:duration:
 
 Instance Methods inherited from CCActionInterval
(id) - initWithDuration:
 
(BOOL) - isDone
 
(CCActionInterval *) - reverse
 

Class Methods

(id) + actionWithDuration:size:range:shakeZ:
 
(id) + actionWithRange:shakeZ:grid:duration:
 

Protected Attributes

int _randrange
 
BOOL _shakeZ
 

Additional Inherited Members

 Properties inherited from CCGridAction
CGSize gridSize
 

Detailed Description

Method Documentation

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

creates 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 

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


The documentation for this class was generated from the following file: