cocos2d-iphone  2.1
Improved Cocos2D API Reference (iOS version) for www.kobold2d.com developers
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Defines
CCBezierBy Class Reference

#import <CCActionInterval.h>

+ Inheritance diagram for CCBezierBy:
+ Collaboration diagram for CCBezierBy:

List of all members.

Public Member Functions

(id) - initWithDuration:bezier:

Static Public Member Functions

(id) + actionWithDuration:bezier:

Protected Attributes

ccBezierConfig _config
CGPoint _startPosition
CGPoint _previousPosition

Detailed Description

An action that moves the target with a cubic Bezier curve by a certain distance.


Member Function Documentation

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


The documentation for this class was generated from the following file: