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

#import <CC3Actions.h>

Inheritance diagram for CC3RotateToLookTowards:
Inheritance graph
[legend]

Instance Methods

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

Class Methods

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

Detailed Description

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

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