Inherits from CC3ActionTransformBy : CC3ActionTransformVector : CCActionInterval
Declared in CC3Actions.h

Overview

CC3ActionRotateBy rotates a target CC3Node by a specific rotation amount.

Class Methods

actionWithDuration:rotateBy:

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

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

Declared In

CC3Actions.h

Instance Methods

initWithDuration:rotateBy:

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

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

Declared In

CC3Actions.h