cocos3d  2.0.0
Instance Methods | Class Methods | List of all members
CC3MoveBy Class Reference

#import <CC3Actions.h>

Inheritance diagram for CC3MoveBy:
Inheritance graph
[legend]

Instance Methods

(id) - initWithDuration:moveBy:
 

Class Methods

(id) + actionWithDuration:moveBy:
 

Detailed Description

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

Method 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: