Progress from a percentage to another percentage
Class CCProgressFromTo
#include <Geode/cocos/actions/CCActionProgressTimer.h>
classCCProgressFromTo:publiccocos2d::CCActionInterval{ ... }
Examples0
Public static methods1
staticcocos2d::CCProgressFromTo*create(floatduration,floatfFromPercentage,floatfToPercentage)
Creates and initializes the action with a duration, a “from” percentage and a “to” percentage
Public member functions5
boolinitWithDuration(floatduration,floatfFromPercentage,floatfToPercentage)
Initializes the action with a duration, a “from” percentage and a “to” percentage
virtualcocos2d::CCObject*copyWithZone(cocos2d::CCZone*pZone)
No description provided
virtualcocos2d::CCActionInterval*reverse()
No description provided
virtualvoidstartWithTarget(cocos2d::CCNode*pTarget)
No description provided