#import <Grid.h>
Inherits GridBase.

Public Member Functions | |
| (id) | - initWithSize: |
| (ccQuad3) | - tile: |
| (ccQuad3) | - originalTile: |
| (void) | - setTile:coords: |
Static Public Member Functions | |
| (id) | + gridWithSize: |
| + (id) gridWithSize: | (ccGridSize) | gridSize |
creates a TiledGrid3D with a grid size
| - (id) initWithSize: | (ccGridSize) | gridSize |
initializes a TiledGrid3D with a grid size
Implements GridBase.
| - (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
1.5.8