Public Member Functions | Static Public Member Functions

CC3TransformVectorAction Class Reference

CC3TransformVectorAction 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. More...

#import <CC3ActionInterval.h>

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

List of all members.

Public Member Functions

(id) - initWithDuration:differenceVector:

Static Public Member Functions

(id) + actionWithDuration:differenceVector:

Detailed Description

CC3TransformVectorAction 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.


Member Function 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: