Class CCScaleBy

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

Scales a CCNode object a zoom factor by modifying it’s scale attribute.

Examples0
Public static methods2
staticcocos2d::CCScaleBy*create(
floatduration
,)

creates the action with the same scale factor for X and Y

staticcocos2d::CCScaleBy*create(
floatduration
,,)

creates the action with and X factor and a Y factor

Public member functions3
virtualvoidstartWithTarget()
No description provided
virtualcocos2d::CCActionInterval*reverse()
No description provided
virtualcocos2d::CCObject*copyWithZone()
No description provided
Fields0
Protected member functions0
Protected fields0