#import <CC3Actions.h>
Instance Methods | |
(id) | - initWithDuration:moveTo: |
Instance Methods inherited from CC3ActionTransformTo | |
(id) | - initWithDuration:endVector: |
Instance Methods inherited from CC3ActionTransformVector | |
(id) | - initWithDuration:differenceVector: |
Class Methods | |
(id) | + actionWithDuration:moveTo: |
Class Methods inherited from CC3ActionTransformTo | |
(id) | + actionWithDuration:endVector: |
Class Methods inherited from CC3ActionTransformVector | |
(id) | + actionWithDuration:differenceVector: |
CC3ActionMoveTo moves a target CC3Node to a specific location.
+ (id) actionWithDuration: | (CCTime) | t | |
moveTo: | (CC3Vector) | aLocation | |
Allocates and initializes an autoreleased instance to move the target node to the specified location, within the specified time duration.
- (id) initWithDuration: | (CCTime) | t | |
moveTo: | (CC3Vector) | aLocation | |
Initializes this instance to move the target node to the specified location, within the specified time duration.