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

Overview

Base class for CCGrid3D actions. Grid3D actions can modify a non-tiled grid.

Tasks

Instance Methods

originalVertex:

returns the non-transformed vertex than belongs to certain position in the grid

- (ccVertex3F)originalVertex:(CGPoint)position

Declared In

CCActionGrid.h

setVertex:vertex:

sets a new vertex to a certain position of the grid

- (void)setVertex:(CGPoint)position vertex:(ccVertex3F)vertex

Declared In

CCActionGrid.h

vertex:

returns the vertex than belongs to certain position in the grid

- (ccVertex3F)vertex:(CGPoint)position

Declared In

CCActionGrid.h