#import <CCGrid.h>
Inherits CCGridBase.

Public Member Functions | |
| (ccQuad3) | - tile: |
| (ccQuad3) | - originalTile: |
| (void) | - setTile:coords: |
CCTiledGrid3D is a 3D grid implementation. It differs from Grid3D in that the tiles can be separated from the grid.
Definition at line 106 of file CCGrid.h.
| - (ccQuad3) originalTile: | (ccGridSize) | pos |
returns the original tile (untransformed) at the given position
| - (void) setTile: | (ccGridSize) | pos | ||
| coords: | (ccQuad3) | coords | ||
sets a new tile
| - (ccQuad3) tile: | (ccGridSize) | pos |
returns the tile at the given position