Index Hierarchy CC3ActionRotateForever Class Reference Inherits from CCActionRepeatForever Declared in CC3Actions.h Overview CC3ActionRotateForever rotates a target CC3Node by a specific rotation rate per second, without stopping. Tasks – initWithRotationRate: + actionWithRotationRate: Class Methods actionWithRotationRate: Allocates and initializes an autoreleased instance to rotate the target node at the specified rotation amount per second, forever. + (id)actionWithRotationRate:(CC3Vector)rotationPerSecond Declared In CC3Actions.h Instance Methods initWithRotationRate: Initializes this instance to rotate the target node at the specified rotation rate per second, forever. - (id)initWithRotationRate:(CC3Vector)rotationPerSecond Declared In CC3Actions.h Index Hierarchy