v2.0.2
Instance Methods | Class Methods | List of all members
CC3ActionRotateToLookTowards Class Reference

#import <CC3Actions.h>

Inheritance diagram for CC3ActionRotateToLookTowards:
Inheritance graph
[legend]

Instance Methods

(id) - initWithDuration:forwardDirection:
 
- Instance Methods inherited from CC3ActionTransformTo
(id) - initWithDuration:endVector:
 
- Instance Methods inherited from CC3ActionTransformVector
(id) - initWithDuration:differenceVector:
 

Class Methods

(id) + actionWithDuration:forwardDirection:
 
- Class Methods inherited from CC3ActionTransformTo
(id) + actionWithDuration:endVector:
 
- Class Methods inherited from CC3ActionTransformVector
(id) + actionWithDuration:differenceVector:
 

Detailed Description

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