|
cocos2d-iphone
2.1
Improved Cocos2D API Reference (iOS version) for www.kobold2d.com developers
|
#import <CCActionInterval.h>
Inheritance diagram for CCBezierBy:
Collaboration diagram for CCBezierBy:Public Member Functions | |
| (id) | - initWithDuration:bezier: |
Static Public Member Functions | |
| (id) | + actionWithDuration:bezier: |
Protected Attributes | |
| ccBezierConfig | _config |
| CGPoint | _startPosition |
| CGPoint | _previousPosition |
An action that moves the target with a cubic Bezier curve by a certain distance.
| + (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