CC3MoveBy Class Reference

CC3MoveBy is a CCActionInterval that moves a target CC3Node by a specific translation amount. More...

#import <CC3ActionInterval.h>

Inheritance diagram for CC3MoveBy:
CC3TransformBy CC3TransformTo

List of all members.


Detailed Description


Member Function Documentation

+ (id) actionWithDuration: (ccTime)  t
moveBy: (CC3Vector aTranslation 

Allocates and initializes an autoreleased instance to move the target node by the specified translation amount, within the specified time duration.

- (id) initWithDuration: (ccTime)  t
moveBy: (CC3Vector aTranslation 

Initializes this instance to move the target node by the specified translation amount, within the specified time duration.


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