Inherits from CC3ActionTransformBy : CC3ActionTransformVector : CCActionInterval
Declared in CC3Actions.h

Overview

CC3ActionScaleBy scales a target CC3Node by a specific scale factor.

Class Methods

actionWithDuration:scaleBy:

Allocates and initializes an autoreleased instance to scale the target node by the specified scale factor, within the specified time duration.

+ (id)actionWithDuration:(CCTime)t scaleBy:(CC3Vector)aScale

Declared In

CC3Actions.h

actionWithDuration:scaleUniformlyBy:

Allocates and initializes an autoreleased instance to scale the target node uniformly in all dimensions by the specified scale factor, within the specified time duration.

+ (id)actionWithDuration:(CCTime)t scaleUniformlyBy:(GLfloat)aScale

Declared In

CC3Actions.h

Instance Methods

initWithDuration:scaleBy:

Initializes this instance to scale the target node by the specified scale factor, within the specified time duration.

- (id)initWithDuration:(CCTime)t scaleBy:(CC3Vector)aScale

Declared In

CC3Actions.h

initWithDuration:scaleUniformlyBy:

Initializes this instance to scale the target node uniformly in all dimensions by the specified scale factor, within the specified time duration.

- (id)initWithDuration:(CCTime)t scaleUniformlyBy:(GLfloat)aScale

Declared In

CC3Actions.h