cocos2d-mac  1.0.1
Improved Cocos2D API Reference (Mac OS X version) for Kobold2D developers
CCShaky3D Interface Reference

#include <CCActionGrid3D.h>

Inheritance diagram for CCShaky3D:
Collaboration diagram for CCShaky3D:

List of all members.

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

Detailed Description

CCShaky3D action


Member Function Documentation

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


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