#import <CCIntervalAction.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 205 of file CCIntervalAction.h.
- (CGPoint) controlPoint_1 [protected] |
Bezier control point 1.
Definition at line 209 of file CCIntervalAction.h.
- (CGPoint) controlPoint_2 [protected] |
Bezier control point 2.
Definition at line 211 of file CCIntervalAction.h.
- (CGPoint) endPosition [protected] |
end position of the bezier
Definition at line 207 of file CCIntervalAction.h.