CC3TransformBy Class Reference

CC3TransformBy is an abstract subclass of CCActionInterval that is the parent of subclasses that transform the location, rotation, or scale of a target CC3Node by some amount in some way.

#import <CC3ActionInterval.h>

Inheritance diagram for CC3TransformBy:
CC3TransformTo CC3MoveBy CC3RotateBy CC3ScaleBy

List of all members.


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: