v2.0.2
Instance Methods | Class Methods | List of all members
CC3ActionRotateForever Class Reference

#import <CC3Actions.h>

Inheritance diagram for CC3ActionRotateForever:
Inheritance graph
[legend]

Instance Methods

(id) - initWithRotationRate:
 

Class Methods

(id) + actionWithRotationRate:
 

Detailed Description

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

Method Documentation

+ (id) actionWithRotationRate: (CC3Vector rotationPerSecond

Allocates and initializes an autoreleased instance to rotate the target node at the specified rotation amount per second, forever.

- (id) initWithRotationRate: (CC3Vector rotationPerSecond

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


The documentation for this class was generated from the following file: