|
cocos2d-mac
1.0.1
Improved Cocos2D API Reference (Mac OS X version) for Kobold2D developers
|
#include <CCActionGrid3D.h>
Public Member Functions | |
| id | initWithRange:shakeZ:grid:duration: (int range,[shakeZ] BOOL shakeZ,[grid] ccGridSize gridSize,[duration] ccTime d) |
Static Public Member Functions | |
| id | actionWithRange:shakeZ:grid:duration: (int range,[shakeZ] BOOL shakeZ,[grid] ccGridSize gridSize,[duration] ccTime d) |
Protected Attributes | |
| int | randrange |
| BOOL | shakeZ |
CCShaky3D action
| id CCShaky3D::actionWithRange:shakeZ:grid:duration: | ( | int | range, |
| [shakeZ] BOOL | shakeZ, | ||
| [grid] ccGridSize | gridSize, | ||
| [duration] ccTime | d | ||
| ) | [static, virtual] |
creates the action with a range, shake Z vertices, a grid and duration
| id CCShaky3D::initWithRange:shakeZ:grid:duration: | ( | int | range, |
| [shakeZ] BOOL | shakeZ, | ||
| [grid] ccGridSize | gridSize, | ||
| [duration] ccTime | d | ||
| ) | [virtual] |
initializes the action with a range, shake Z vertices, a grid and duration