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

#import <CC3Actions.h>

Inheritance diagram for CC3ActionRotateBy:
Inheritance graph
[legend]

Instance Methods

(id) - initWithDuration:rotateBy:
 

Class Methods

(id) + actionWithDuration:rotateBy:
 

Detailed Description

CC3ActionRotateBy rotates a target CC3Node by a specific rotation amount.

Method Documentation

+ (id) actionWithDuration: (CCTime)  t
rotateBy: (CC3Vector aRotation 

Allocates and initializes an autoreleased instance to rotate the target node by the specified rotation amount, within the specified time duration.

- (id) initWithDuration: (CCTime)  t
rotateBy: (CC3Vector aRotation 

Initializes this instance to rotate the target node by the specified rotation amount, within the specified time duration.


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