Inherits from CCActionRepeatForever
Declared in CC3Actions.h

Overview

CC3ActionRotateForever rotates a target CC3Node by a specific rotation rate per second, without stopping.

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