Class CCEaseRateAction

#include <Geode/cocos/actions/CCActionEase.h>
classCCEaseRateAction:publiccocos2d::CCActionEase{ ... }

Base class for Easing actions with rate parameters

Examples0
Public static methods1
staticcocos2d::CCEaseRateAction*create(,
floatfRate
)

Creates the action with the inner action and the rate parameter

Public member functions5
voidsetRate(
floatrate
)

set rate value for the actions

floatgetRate()

get rate value for the actions

boolinitWithAction(,
floatfRate
)

Initializes the action with the inner action and the rate parameter

virtualcocos2d::CCObject*copyWithZone()
No description provided
virtualcocos2d::CCActionInterval*reverse()
No description provided
Fields0
Protected member functions0
Protected fields1
floatm_fRate
;
No description provided