Scales a CCNode object a zoom factor by modifying it’s scale attribute.
Class CCScaleBy
#include <Geode/cocos/actions/CCActionInterval.h>
classCCScaleBy:publiccocos2d::CCScaleTo{ ... }
Examples0
Public static methods2
staticcocos2d::CCScaleBy*create(floatduration,)
creates the action with the same scale factor for X and Y
staticcocos2d::CCScaleBy*create(floatduration,floatsx,floatsy)
creates the action with and X factor and a Y factor
Public member functions3
virtualvoidstartWithTarget(cocos2d::CCNode*pTarget)
No description provided
virtualcocos2d::CCActionInterval*reverse()
No description provided
virtualcocos2d::CCObject*copyWithZone(cocos2d::CCZone*pZone)
No description provided