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