|
cocos2d for iPhone 1.0.0
2D engine for iOS and OS X
|
#import <CCActionGrid.h>


Public Member Functions | |
| (ccVertex3F) | - vertex: |
| (ccVertex3F) | - originalVertex: |
| (void) | - setVertex:vertex: |
Base class for CCGrid3D actions. Grid3D actions can modify a non-tiled grid.
Definition at line 56 of file CCActionGrid.h.
| - (ccVertex3F) originalVertex: | (ccGridSize) | pos |
returns the non-transformed vertex than belongs to certain position in the grid
| - (void) setVertex: | (ccGridSize) | pos | |
| vertex: | (ccVertex3F) | vertex | |
sets a new vertex to a certain position of the grid
| - (ccVertex3F) vertex: | (ccGridSize) | pos |
returns the vertex than belongs to certain position in the grid