Inherits from CCTiledGrid3DAction : CCGridAction : CCActionInterval : CCFiniteTimeAction : CCAction : NSObject
Declared in CCActionTiledGrid.h
CCTiledGridAction.h

Overview

CCSplitCols action

Tasks

Other Methods

Other Methods

Class Methods

actionWithCols:duration:

creates the action with the number of columns to split and the duration

+ (id)actionWithCols:(int)cols duration:(ccTime)duration

Declared In

CCTiledGridAction.h

actionWithDuration:cols:

creates the action with the number of columns to split and the duration

+ (id)actionWithDuration:(ccTime)duration cols:(NSUInteger)cols

Declared In

CCActionTiledGrid.h

Instance Methods

initWithCols:duration:

initializes the action with the number of columns to split and the duration

- (id)initWithCols:(int)cols duration:(ccTime)duration

Declared In

CCTiledGridAction.h

initWithDuration:cols:

initializes the action with the number of columns to split and the duration

- (id)initWithDuration:(ccTime)duration cols:(NSUInteger)cols

Declared In

CCActionTiledGrid.h