Public Member Functions | Static Public Member Functions | Properties

CCJumpTiles3D Class Reference

#import <CCTiledGridAction.h>

Inherits CCTiledGrid3DAction.

Collaboration diagram for CCJumpTiles3D:
Collaboration graph
[legend]

List of all members.

Public Member Functions

(id) - initWithJumps:amplitude:grid:duration:

Static Public Member Functions

(id) + actionWithJumps:amplitude:grid:duration:

Properties

float amplitude
float amplitudeRate

Detailed Description

CCJumpTiles3D action. A sin function is executed to move the tiles across the Z axis

Definition at line 164 of file CCTiledGridAction.h.


Member Function Documentation

+ (id) actionWithJumps: (int)  j
amplitude: (float)  amp
grid: (ccGridSize gridSize
duration: (ccTime d 

creates the action with the number of jumps, the sin amplitude, the grid size and the duration

- (id) initWithJumps: (int)  j
amplitude: (float)  amp
grid: (ccGridSize gridSize
duration: (ccTime d 

initializes the action with the number of jumps, the sin amplitude, the grid size and the duration


Property Documentation

- (float) amplitude [read, write, assign]

amplitude of the sin

Definition at line 167 of file CCTiledGridAction.h.

- (float) amplitudeRate [read, write, assign]

amplitude rate

Definition at line 168 of file CCTiledGridAction.h.


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Defines

cocos2d for iPhone 0.99.4 API Reference - Generated using Doxygen 1.7.1