|
cocos2d-mac
2.1
Improved Cocos2D API Reference (Mac OS X version) for www.koboldtouch.com developers
|
#import <CCActionTiledGrid.h>
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 |
CCShakyTiles3D action
| + (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