|
cocos2d-mac
2.1
Improved Cocos2D API Reference (Mac OS X version) for www.koboldtouch.com developers
|
#import <CCActionGrid.h>
Instance Methods | |
| (ccQuad3) | - tile: |
| (ccQuad3) | - originalTile: |
| (void) | - setTile:coords: |
| Instance Methods inherited from CCGridAction | |
| (id) | - initWithDuration:size: |
| (CCGridBase *) | - grid |
| (id) | - initWithSize:duration: |
| Instance Methods inherited from CCActionInterval | |
| (id) | - initWithDuration: |
| (BOOL) | - isDone |
| (CCActionInterval *) | - reverse |
Additional Inherited Members | |
| Class Methods inherited from CCGridAction | |
| (id) | + actionWithDuration:size: |
| (id) | + actionWithSize:duration: |
| Protected Attributes inherited from CCGridAction | |
| CGSize | _gridSize |
| Properties inherited from CCGridAction | |
| CGSize | gridSize |
Base class for CCTiledGrid3D actions
| - (ccQuad3) originalTile: | (CGPoint) | position |
returns the non-transformed tile that belongs to a certain position of the grid
| - (void) setTile: | (CGPoint) | position | |
| coords: | (ccQuad3) | coords | |
sets a new tile to a certain position of the grid
| - (ccQuad3) tile: | (CGPoint) | position |
returns the tile that belongs to a certain position of the grid