Public Member Functions | Static Public Member Functions

CC3TransformTo Class Reference

CC3TransformTo is an abstract subclass of CCActionInterval that is the parent of subclasses that transform the location, rotation, or scale of a target CC3Node to some end value in some way. More...

#import <CC3ActionInterval.h>

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

List of all members.

Public Member Functions

(id) - initWithDuration:endVector:

Static Public Member Functions

(id) + actionWithDuration:endVector:

Detailed Description

CC3TransformTo is an abstract subclass of CCActionInterval that is the parent of subclasses that transform the location, rotation, or scale of a target CC3Node to some end value in some way.


Member Function Documentation

+ (id) actionWithDuration: (ccTime)  t
endVector: (CC3Vector aVector 

Allocates and initializes an autoreleased instance to transform the target property of the node to the specified vector, within the specified time duration.

- (id) initWithDuration: (ccTime)  t
endVector: (CC3Vector aVector 

Initializes this instance to transform the target property of the node to the specified vector, within the specified time duration.


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