v2.0.2
Instance Methods | Class Methods | List of all members
CC3ActionTransformVector Class Reference

#import <CC3Actions.h>

Inheritance diagram for CC3ActionTransformVector:
Inheritance graph
[legend]

Instance Methods

(id) - initWithDuration:differenceVector:
 

Class Methods

(id) + actionWithDuration:differenceVector:
 

Detailed Description

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.

Method Documentation

+ (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.


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