Protected Attributes

ccBezierConfig Struct Reference

#import <CCIntervalAction.h>

List of all members.

Protected Attributes

CGPoint endPosition
 end position of the bezier
CGPoint controlPoint_1
 Bezier control point 1.
CGPoint controlPoint_2
 Bezier control point 2.

Detailed Description

bezier configuration structure

Definition at line 205 of file CCIntervalAction.h.


Member Data Documentation

- (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.


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Defines

cocos2d for iPhone 0.99.4 API Reference - Generated using Doxygen 1.7.1