|
cocos2d for iPhone 1.0.0
2D engine for iOS and OS X
|
#import <CCActionInterval.h>
Protected Attributes | |
| CGPoint | endPosition |
| end position of the bezier | |
| CGPoint | controlPoint_1 |
| Bezier control point 1. | |
| CGPoint | controlPoint_2 |
| Bezier control point 2. | |
bezier configuration structure
Definition at line 244 of file CCActionInterval.h.
- (CGPoint) controlPoint_1 [protected] |
Bezier control point 1.
Definition at line 248 of file CCActionInterval.h.
- (CGPoint) controlPoint_2 [protected] |
Bezier control point 2.
Definition at line 250 of file CCActionInterval.h.
- (CGPoint) endPosition [protected] |
end position of the bezier
Definition at line 246 of file CCActionInterval.h.