cocos2d-x  3.0-alpha0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
CCActionFrameEasing.h File Reference

Classes

class  ActionFrameEasing
 

Namespaces

 cocos2d
 Add deprecated global functions and variables here.
 
 cocos2d::extension
 

Constant Groups

 cocos2d
 Add deprecated global functions and variables here.
 
 cocos2d::extension
 

Enumerations

enum  FrameEasingType {
  kframeEasingInstant, kframeEasingLinear, kframeEasingCubicIn, kframeEasingCubicOut,
  kframeEasingCubicInOut, kframeEasingElasticIn, kframeEasingElasticOut, kframeEasingElasticInOut,
  kframeEasingBounceIn, kframeEasingBounceOut, kframeEasingBounceInOut, kframeEasingBackIn,
  kframeEasingBackOut, kframeEasingBackInOut
}