Public Member Functions | Static Public Member Functions

CC3MoveTo Class Reference

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

#import <CC3ActionInterval.h>

Inheritance diagram for CC3MoveTo:
Inheritance graph
[legend]
Collaboration diagram for CC3MoveTo:
Collaboration graph
[legend]

List of all members.

Public Member Functions

(id) - initWithDuration:moveTo:

Static Public Member Functions

(id) + actionWithDuration:moveTo:

Detailed Description

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


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: