|
cocos2d for iPhone 1.0.0
2D engine for iOS and OS X
|
#import <CCActionInterval.h>


Public Member Functions | |
| (id) | - initWithDuration:bezier: |
Static Public Member Functions | |
| (id) | + actionWithDuration:bezier: |
An action that moves the target with a cubic Bezier curve by a certain distance.
Definition at line 255 of file CCActionInterval.h.
| + (id) actionWithDuration: | (ccTime) | t | |
| bezier: | (ccBezierConfig) | c | |
creates the action with a duration and a bezier configuration
| - (id) initWithDuration: | (ccTime) | t | |
| bezier: | (ccBezierConfig) | c | |
initializes the action with a duration and a bezier configuration