CC3ActionRotateOnAxisForever Class Reference
Inherits from | CCActionRepeatForever |
Declared in | CC3Actions.h |
Overview
CC3ActionRotateOnAxisForever rotates a target CC3Node around a specific axis, at a specific rotation rate per second, without stopping.
Class Methods
actionWithRotationRate:aroundAxis:
Allocates and initializes an autoreleased instance to rotate the target node around the specified axis, by the specified rotation amount per second, forever.
+ (id)actionWithRotationRate:(GLfloat)degreesPerSecond aroundAxis:(CC3Vector)anAxis
Declared In
CC3Actions.h