#import <CCTiledGridAction.h>
Inherits CCTiledGrid3DAction.

Public Member Functions | |
| (id) | - initWithSeed:grid:duration: |
Static Public Member Functions | |
| (id) | + actionWithSeed:grid:duration: |
CCShuffleTiles action Shuffle the tiles in random order
Definition at line 64 of file CCTiledGridAction.h.
| + (id) actionWithSeed: | (int) | s | ||
| grid: | (ccGridSize) | gridSize | ||
| duration: | (ccTime) | d | ||
creates the action with a random seed, the grid size and the duration
| - (id) initWithSeed: | (int) | s | ||
| grid: | (ccGridSize) | gridSize | ||
| duration: | (ccTime) | d | ||
initializes the action with a random seed, the grid size and the duration