#import <CC3Actions.h>
Instance Methods | |
(id) | - initWithDuration:moveBy: |
Class Methods | |
(id) | + actionWithDuration:moveBy: |
CC3ActionMoveBy moves a target CC3Node by a specific translation amount.
+ (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.