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:

Static Public Member Functions

(id) + actionWithDuration:scaleTo:

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

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


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