An action that moves the target with a cubic Bezier curve to a destination point.
Class CCBezierTo
#include <Geode/cocos/actions/CCActionInterval.h>
classCCBezierTo:publiccocos2d::CCBezierBy{ ... }
Examples0
Public static methods1
staticcocos2d::CCBezierTo*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 functions3
virtualvoidstartWithTarget(cocos2d::CCNode*pTarget)
No description provided
virtualcocos2d::CCObject*copyWithZone(cocos2d::CCZone*pZone)
No description provided
boolinitWithDuration(,)
No description provided
Fields1
cocos2d::ccBezierConfigm_sToConfig;
No description provided