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

Overview

Base class for Grid actions

Tasks

Other Methods

Other Methods

Properties

gridSize

size of the grid

@property (nonatomic, readwrite) CGSize gridSize

Declared In

CCActionGrid.h

Class Methods

actionWithDuration:size:

creates the action with size and duration

+ (id)actionWithDuration:(ccTime)duration size:(CGSize)gridSize

Declared In

CCActionGrid.h

actionWithSize:duration:

creates the action with size and duration

+ (id)actionWithSize:(ccGridSize)size duration:(ccTime)d

Declared In

CCGridAction.h

Instance Methods

grid

returns the grid

- (CCGridBase *)grid

Declared In

CCActionGrid.h

initWithDuration:size:

initializes the action with size and duration

- (id)initWithDuration:(ccTime)duration size:(CGSize)gridSize

Declared In

CCActionGrid.h

initWithSize:duration:

initializes the action with size and duration

- (id)initWithSize:(ccGridSize)gridSize duration:(ccTime)d

Declared In

CCGridAction.h