Properties

CC3TransformTo Class Reference

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

#import <CC3ActionInterval.h>

Inheritance diagram for CC3TransformTo:
CC3MoveTo CC3RotateTo CC3RotateToLookTowards CC3ScaleTo CC3TransformBy CC3RotateToLookAt CC3MoveBy CC3RotateBy CC3ScaleBy

List of all members.

Properties

CC3Vector targetVector

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


Property Documentation

- (CC3Vector) targetVector [read, write, assign]

The property within the target node that is being transformed.

Subclasses will map this property to the appropriate property within the target.


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