#import <CC3Actions.h>
Instance Methods | |
(id) | - initWithDuration:targetLocation: |
Instance Methods inherited from CC3ActionRotateToLookTowards | |
(id) | - initWithDuration:forwardDirection: |
Instance Methods inherited from CC3ActionTransformTo | |
(id) | - initWithDuration:endVector: |
Instance Methods inherited from CC3ActionTransformVector | |
(id) | - initWithDuration:differenceVector: |
Class Methods | |
(id) | + actionWithDuration:targetLocation: |
Class Methods inherited from CC3ActionRotateToLookTowards | |
(id) | + actionWithDuration:forwardDirection: |
Class Methods inherited from CC3ActionTransformTo | |
(id) | + actionWithDuration:endVector: |
Class Methods inherited from CC3ActionTransformVector | |
(id) | + actionWithDuration:differenceVector: |
CC3ActionRotateToLookAt rotates a target CC3Node to look at a specific location.
+ (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.