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

#import <CC3Actions.h>

Inheritance diagram for CC3TransformTo:
Inheritance graph
[legend]

Instance Methods

(id) - initWithDuration:endVector:
 
- Instance Methods inherited from CC3TransformVectorAction
(id) - initWithDuration:differenceVector:
 

Class Methods

(id) + actionWithDuration:endVector:
 
- Class Methods inherited from CC3TransformVectorAction
(id) + actionWithDuration:differenceVector:
 

Detailed Description

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

Method Documentation

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

Allocates and initializes an autoreleased 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 

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


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