#import <CC3Actions.h>
Instance Methods | |
(id) | - initWithDuration:differenceVector: |
Class Methods | |
(id) | + actionWithDuration:differenceVector: |
CC3ActionTransformVector is an abstract subclass of CCActionInterval that is the parent of subclasses that transform a vector component of a target CC3Node (such as the location, rotation, or scale) by some amount, or to some value over time.
+ (id) actionWithDuration: | (CCTime) | t | |
differenceVector: | (CC3Vector) | aVector | |
Allocates and initializes an autoreleased instance to transform the target property of the node by the specified vector within the specified time duration.
- (id) initWithDuration: | (CCTime) | t | |
differenceVector: | (CC3Vector) | aVector | |
Initializes this instance to transform the target property of the node by the specified vector within the specified time duration.