#import <CC3Actions.h>

Instance Methods | |
| (id) | - initWithDuration:endVector: |
Instance Methods inherited from CC3ActionTransformVector | |
| (id) | - initWithDuration:differenceVector: |
Class Methods | |
| (id) | + actionWithDuration:endVector: |
Class Methods inherited from CC3ActionTransformVector | |
| (id) | + actionWithDuration:differenceVector: |
CC3ActionTransformTo is an abstract subclass of CC3ActionTransformVector that is the parent of subclasses that transform the location, rotation, or scale of a target CC3Node to some end value in some way.
| + (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.