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

#import <CC3Actions.h>

Inheritance diagram for CC3RotateToLookAt:
Inheritance graph
[legend]

Instance Methods

(id) - initWithDuration:targetLocation:
 
- Instance Methods inherited from CC3RotateToLookTowards
(id) - initWithDuration:forwardDirection:
 
- Instance Methods inherited from CC3TransformTo
(id) - initWithDuration:endVector:
 
- Instance Methods inherited from CC3TransformVectorAction
(id) - initWithDuration:differenceVector:
 

Class Methods

(id) + actionWithDuration:targetLocation:
 
- Class Methods inherited from CC3RotateToLookTowards
(id) + actionWithDuration:forwardDirection:
 
- Class Methods inherited from CC3TransformTo
(id) + actionWithDuration:endVector:
 
- Class Methods inherited from CC3TransformVectorAction
(id) + actionWithDuration:differenceVector:
 

Detailed Description

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

Method 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: