#import <CC3Actions.h>

Instance Methods | |
| (id) | - initWithDuration:rotateBy: |
Class Methods | |
| (id) | + actionWithDuration:rotateBy: |
CC3ActionRotateBy rotates a target CC3Node by a specific rotation amount.
| + (id) actionWithDuration: | (CCTime) | t | |
| rotateBy: | (CC3Vector) | aRotation | |
Allocates and initializes an autoreleased instance to rotate the target node by the specified rotation amount, within the specified time duration.
| - (id) initWithDuration: | (CCTime) | t | |
| rotateBy: | (CC3Vector) | aRotation | |
Initializes this instance to rotate the target node by the specified rotation amount, within the specified time duration.