An action that moves the target with a cubic Bezier curve by a certain distance.
Class CCBezierBy
#include <Geode/cocos/actions/CCActionInterval.h>
classCCBezierBy:publiccocos2d::CCActionInterval{ ... }
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(cocos2d::CCZone*pZone)
No description provided
virtualvoidstartWithTarget(cocos2d::CCNode*pTarget)
No description provided
virtualcocos2d::CCActionInterval*reverse()
No description provided
Fields3
cocos2d::ccBezierConfigm_sConfig;
No description provided
cocos2d::CCPointm_startPosition;
No description provided
cocos2d::CCPointm_previousPosition;
No description provided