v2.0.2
Instance Methods | Class Methods | List of all members
CC3ActionScaleBy Class Reference

#import <CC3Actions.h>

Inheritance diagram for CC3ActionScaleBy:
Inheritance graph
[legend]

Instance Methods

(id) - initWithDuration:scaleBy:
 
(id) - initWithDuration:scaleUniformlyBy:
 

Class Methods

(id) + actionWithDuration:scaleBy:
 
(id) + actionWithDuration:scaleUniformlyBy:
 

Detailed Description

CC3ActionScaleBy scales a target CC3Node by a specific scale factor.

Method Documentation

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

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
scaleUniformlyBy: (GLfloat)  aScale 

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) initWithDuration: (CCTime)  t
scaleBy: (CC3Vector aScale 

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

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

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


The documentation for this class was generated from the following file: