CC3RotateBy Class Reference

CC3RotateBy is a CCActionInterval that rotates a target CC3Node by a specific rotation amount. More...

#import <CC3ActionInterval.h>

Inheritance diagram for CC3RotateBy:
CC3TransformBy CC3TransformTo

List of all members.


Detailed Description


Member Function 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: