Public Member Functions | Static Public Member Functions

CC3ScaleTo Class Reference

CC3ScaleTo is a CCActionInterval that scales a target CC3Node to a specific scale. More...

#import <CC3ActionInterval.h>

Inheritance diagram for CC3ScaleTo:
Inheritance graph
[legend]
Collaboration diagram for CC3ScaleTo:
Collaboration graph
[legend]

List of all members.

Public Member Functions

(id) - initWithDuration:scaleTo:
(id) - initWithDuration:scaleUniformlyTo:

Static Public Member Functions

(id) + actionWithDuration:scaleTo:
(id) + actionWithDuration:scaleUniformlyTo:

Detailed Description

CC3ScaleTo is a CCActionInterval that scales a target CC3Node to a specific scale.


Member Function 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: