#import "CCActionGrid.h"
Inherits CCGridAction.
Inherited by CCFadeOutTRTiles, CCJumpTiles3D, CCShakyTiles3D, CCShatteredTiles3D, CCShuffleTiles, CCSplitCols, CCSplitRows, CCTurnOffTiles, and CCWavesTiles3D.
Public Member Functions | |
(ccQuad3) | - originalTile: |
(void) | - setTile:coords: |
(ccQuad3) | - tile: |
Base class for CCTiledGrid3D actions
- (ccQuad3) originalTile: | (ccGridSize) | pos |
returns the non-transformed tile that belongs to a certain position of the grid
- (void) setTile: | (ccGridSize) | pos | ||
coords: | (ccQuad3) | coords | ||
sets a new tile to a certain position of the grid
- (ccQuad3) tile: | (ccGridSize) | pos |
returns the tile that belongs to a certain position of the grid