Public Member Functions | Static Public Member Functions

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:
Inheritance graph
[legend]
Collaboration diagram for CC3MoveBy:
Collaboration graph
[legend]

List of all members.

Public Member Functions

(id) - initWithDuration:moveBy:

Static Public Member Functions

(id) + actionWithDuration:moveBy:

Detailed Description

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


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: