v2.0.2
Instance Methods | Class Methods | List of all members
CC3ActionMoveBy Class Reference

#import <CC3Actions.h>

Inheritance diagram for CC3ActionMoveBy:
Inheritance graph
[legend]

Instance Methods

(id) - initWithDuration:moveBy:
 

Class Methods

(id) + actionWithDuration:moveBy:
 

Detailed Description

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