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

Overview

CCSplitRows action

Tasks

Other Methods

Other Methods

Class Methods

actionWithDuration:rows:

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

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

Declared In

CCActionTiledGrid.h

actionWithRows:duration:

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

+ (id)actionWithRows:(int)rows duration:(ccTime)duration

Declared In

CCTiledGridAction.h

Instance Methods

initWithDuration:rows:

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

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

Declared In

CCActionTiledGrid.h

initWithRows:duration:

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

- (id)initWithRows:(int)rows duration:(ccTime)duration

Declared In

CCTiledGridAction.h