Public Member Functions | Static Public Member Functions

CC3RotateToLookAt Class Reference

CC3RotateToLookAt is a CCActionInterval that rotates a target CC3Node to look at a specific location.

#import <CC3ActionInterval.h>

Inheritance diagram for CC3RotateToLookAt:
CC3RotateToLookTowards CC3TransformTo

List of all members.

Public Member Functions

(id) - initWithDuration:targetLocation:

Static Public Member Functions

(id) + actionWithDuration:targetLocation:

Member Function Documentation

+ (id) actionWithDuration: (ccTime)  t
targetLocation: (CC3Vector aLocation 

Allocates and initializes an autoreleased instance to rotate the target node to look at the specified location.

within the specified time duration.

- (id) initWithDuration: (ccTime)  t
targetLocation: (CC3Vector aLocation 

Initializes this instance to rotate the target node to look at the specified location.

within the specified time duration.


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