Inherits from CCActionInterval
Conforms to NSCopying
Declared in CC3Actions.h

Overview

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.

Class Methods

actionWithDuration:differenceVector:

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

+ (id)actionWithDuration:(CCTime)t differenceVector:(CC3Vector)aVector

Declared In

CC3Actions.h

Instance Methods

initWithDuration:differenceVector:

Initializes this 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

Declared In

CC3Actions.h