#import <CC3Actions.h>
Instance Methods | |
(id) | - initWithRotationRate: |
Class Methods | |
(id) | + actionWithRotationRate: |
CC3ActionRotateForever rotates a target CC3Node by a specific rotation rate per second, without stopping.
+ (id) actionWithRotationRate: | (CC3Vector) | rotationPerSecond |
Allocates and initializes an autoreleased instance to rotate the target node at the specified rotation amount per second, forever.
- (id) initWithRotationRate: | (CC3Vector) | rotationPerSecond |
Initializes this instance to rotate the target node at the specified rotation rate per second, forever.