axmol/tools/tolua++/CCActionProgressTimer.pkg

15 lines
350 B
Plaintext
Raw Normal View History

2012-04-26 14:32:17 +08:00
class CCProgressTo : public CCActionInterval
{
CCObject* copyWithZone(CCZone* pZone);
static CCProgressTo* create(float duration, float fPercent);
2012-04-26 14:32:17 +08:00
};
class CCProgressFromTo : public CCActionInterval
{
CCObject* copyWithZone(CCZone* pZone);
static CCProgressFromTo* create(float duration, float fFromPercentage, float fToPercentage);
2012-04-26 14:32:17 +08:00
};