cocos3d  2.0.0
Instance Methods | Class Methods | List of all members
CC3RotateBy Class Reference

#import <CC3Actions.h>

Inheritance diagram for CC3RotateBy:
Inheritance graph
[legend]

Instance Methods

(id) - initWithDuration:rotateBy:
 

Class Methods

(id) + actionWithDuration:rotateBy:
 

Detailed Description

CC3RotateBy is a CCActionInterval that 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: