Class CCBezierBy

#include <Geode/cocos/actions/CCActionInterval.h>
classCCBezierBy:publiccocos2d::CCActionInterval{ ... }

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

Examples0
Public static methods1
staticcocos2d::CCBezierBy*create(,)

creates the action with a duration and a bezier configuration

when this function bound to js,the input params are changed
js: var create(var t, var pointTable)
Public member functions5
boolinitWithDuration(,)

initializes the action with a duration and a bezier configuration

virtualcocos2d::CCObject*copyWithZone()
No description provided
virtualvoidstartWithTarget()
No description provided
virtualvoidupdate(
floattime
)
No description provided
virtualcocos2d::CCActionInterval*reverse()
No description provided
Fields0
Protected member functions0
Protected fields3
;
No description provided
cocos2d::CCPointm_startPosition
;
No description provided
cocos2d::CCPointm_previousPosition
;
No description provided