CC3MoveTo Class Reference

CC3MoveTo is a CCActionInterval that moves a target CC3Node to a specific location. More...

#import <CC3ActionInterval.h>

Inheritance diagram for CC3MoveTo:
CC3TransformTo

List of all members.


Detailed Description


Member Function Documentation

+ (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.


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