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

#import <CC3Actions.h>

Inheritance diagram for CC3ActionScaleTo:
Inheritance graph
[legend]

Instance Methods

(id) - initWithDuration:scaleTo:
 
(id) - initWithDuration:scaleUniformlyTo:
 
- Instance Methods inherited from CC3ActionTransformTo
(id) - initWithDuration:endVector:
 
- Instance Methods inherited from CC3ActionTransformVector
(id) - initWithDuration:differenceVector:
 

Class Methods

(id) + actionWithDuration:scaleTo:
 
(id) + actionWithDuration:scaleUniformlyTo:
 
- Class Methods inherited from CC3ActionTransformTo
(id) + actionWithDuration:endVector:
 
- Class Methods inherited from CC3ActionTransformVector
(id) + actionWithDuration:differenceVector:
 

Detailed Description

CC3ActionScaleTo scales a target CC3Node to a specific scale.

Method Documentation

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

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

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

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

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

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

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


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