Public Member Functions | Static Public Member Functions

CC3ScaleBy Class Reference

CC3ScaleBy is a CCActionInterval that scales a target CC3Node by a specific scale factor. More...

#import <CC3ActionInterval.h>

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

List of all members.

Public Member Functions

(id) - initWithDuration:scaleBy:

Static Public Member Functions

(id) + actionWithDuration:scaleBy:

Detailed Description

CC3ScaleBy is a CCActionInterval that scales a target CC3Node by a specific scale factor.


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

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


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