Inherits from CC3ActionTransformVector : CCActionInterval
Declared in CC3Actions.h

Overview

CC3ActionTransformTo is an abstract subclass of CC3ActionTransformVector that is the parent of subclasses that transform the location, rotation, or scale of a target CC3Node to some end value in some way.

Class Methods

actionWithDuration:endVector:

Allocates and initializes an autoreleased instance to transform the target property of the node to the specified vector, within the specified time duration.

+ (id)actionWithDuration:(CCTime)t endVector:(CC3Vector)aVector

Declared In

CC3Actions.h

Instance Methods

initWithDuration:endVector:

Initializes this instance to transform the target property of the node to the specified vector, within the specified time duration.

- (id)initWithDuration:(CCTime)t endVector:(CC3Vector)aVector

Declared In

CC3Actions.h