Public Member Functions | Static Public Member Functions

CC3RotateToLookTowards Class Reference

CC3RotateToLookTowards is a CCActionInterval that rotates a target CC3Node to look towards a specific direction.

#import <CC3ActionInterval.h>

Inheritance diagram for CC3RotateToLookTowards:
CC3TransformTo CC3RotateToLookAt

List of all members.

Public Member Functions

(id) - initWithDuration:forwardDirection:

Static Public Member Functions

(id) + actionWithDuration:forwardDirection:

Member Function Documentation

+ (id) actionWithDuration: (ccTime)  t
forwardDirection: (CC3Vector aDirection 

Allocates and initializes an autoreleased instance to rotate the target node to look towards the specified dirction.

within the specified time duration.

- (id) initWithDuration: (ccTime)  t
forwardDirection: (CC3Vector aDirection 

Initializes this instance to rotate the target node to look towards the specified dirction.

within the specified time duration.


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