Base class for Easing actions with rate parameters
Class CCEaseRateAction
#include <Geode/cocos/actions/CCActionEase.h>
classCCEaseRateAction:publiccocos2d::CCActionEase{ ... }
Examples0
Public static methods1
staticcocos2d::CCEaseRateAction*create(cocos2d::CCActionInterval*pAction,floatfRate)
Creates the action with the inner action and the rate parameter
Public member functions5
floatgetRate()
get rate value for the actions
boolinitWithAction(cocos2d::CCActionInterval*pAction,floatfRate)
Initializes the action with the inner action and the rate parameter
virtualcocos2d::CCObject*copyWithZone(cocos2d::CCZone*pZone)
No description provided
virtualcocos2d::CCActionInterval*reverse()
No description provided
Fields1
floatm_fRate;
No description provided