Class CCProgressFromTo

#include <Geode/cocos/actions/CCActionProgressTimer.h>
classCCProgressFromTo:publiccocos2d::CCActionInterval{ ... }

Since v0.99.1

Progress from a percentage to another percentage

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()
No description provided
virtualcocos2d::CCActionInterval*reverse()
No description provided
virtualvoidstartWithTarget()
No description provided
virtualvoidupdate(
floattime
)
No description provided
Fields0
Protected member functions0
Protected fields2
floatm_fTo
;
No description provided
floatm_fFrom
;
No description provided