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

Instance Methods

initWithRotationRate:aroundAxis:

Initializes this instance to rotate the target node around the specified axis, at the specified rotation rate per second, forever.

- (id)initWithRotationRate:(GLfloat)degreesPerSecond aroundAxis:(CC3Vector)anAxis

Declared In

CC3Actions.h