Inherits from CCGridAction : CCActionInterval : CCFiniteTimeAction : CCAction : NSObject
Declared in CCActionGrid.h
CCGridAction.h

Overview

Base class for CCTiledGrid3D actions

Tasks

  • – tile:

    returns the tile that belongs to a certain position of the grid

  • – originalTile:

    returns the non-transformed tile that belongs to a certain position of the grid

  • – setTile:coords:

    sets a new tile to a certain position of the grid

Instance Methods

originalTile:

returns the non-transformed tile that belongs to a certain position of the grid

- (ccQuad3)originalTile:(CGPoint)position

Declared In

CCActionGrid.h

setTile:coords:

sets a new tile to a certain position of the grid

- (void)setTile:(CGPoint)position coords:(ccQuad3)coords

Declared In

CCActionGrid.h

tile:

returns the tile that belongs to a certain position of the grid

- (ccQuad3)tile:(CGPoint)position

Declared In

CCActionGrid.h