Class CCEaseElastic

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

Since v0.8.2

Ease Elastic abstract class

Examples0
Public static methods2
staticcocos2d::CCEaseElastic*create(,
floatfPeriod
)

Creates the action with the inner action and the period in radians (default is 0.3)

staticcocos2d::CCEaseElastic*create()
No description provided
Public member functions5
floatgetPeriod()

get period of the wave in radians. default is 0.3

voidsetPeriod(
floatfPeriod
)

set period of the wave in radians.

boolinitWithAction(,
floatfPeriod
)

Initializes the action with the inner action and the period in radians (default is 0.3)

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