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

Overview

CC3ActionScaleTo scales a target CC3Node to a specific scale.

Class Methods

actionWithDuration:scaleTo:

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

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

Declared In

CC3Actions.h

actionWithDuration:scaleUniformlyTo:

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

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

Declared In

CC3Actions.h

Instance Methods

initWithDuration:scaleTo:

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

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

Declared In

CC3Actions.h

initWithDuration:scaleUniformlyTo:

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

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

Declared In

CC3Actions.h