#import <CCIntervalAction.h>
Inherits CCIntervalAction.

Public Member Functions | |
| (id) | - initWithDuration:angle: |
Static Public Member Functions | |
| (id) | + actionWithDuration:angle: |
Rotates a CCNode object to a certain angle by modifying it's rotation attribute. The direction will be decided by the shortest angle.
Definition at line 123 of file CCIntervalAction.h.
| + (id) actionWithDuration: | (ccTime) | duration | ||
| angle: | (float) | angle | ||
creates the action
| - (id) initWithDuration: | (ccTime) | duration | ||
| angle: | (float) | angle | ||
initializes the action