CC3ActionScaleTo Class Reference
Inherits from | CC3ActionTransformTo : CC3ActionTransformVector : CCActionInterval |
Declared in | CC3Actions.h |
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