![]() |
cocos2d-iphone
2.1
Improved Cocos2D API Reference (iOS version) for www.kobold2d.com developers
|
#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.
- (ccVertex3F) originalVertex: | (CGPoint) | position |
returns the non-transformed vertex than belongs to certain position in the grid
- (void) setVertex: | (CGPoint) | position | |
vertex: | (ccVertex3F) | vertex | |
sets a new vertex to a certain position of the grid
- (ccVertex3F) vertex: | (CGPoint) | position |
returns the vertex than belongs to certain position in the grid