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

Classes

struct  Animation
 
struct  Timeline
 
struct  CurveTimeline
 
struct  RotateTimeline
 
struct  ColorTimeline
 
struct  AttachmentTimeline
 

Namespaces

 cocos2d
 
 cocos2d::extension
 

Constant Groups

 cocos2d
 
 cocos2d::extension
 

Typedefs

typedef struct Timeline Timeline
typedef struct BaseTimeline TranslateTimeline
typedef struct BaseTimeline ScaleTimeline

Functions

Animation *  (const char *name, int timelineCount)
void  (Animation *self)
void  (const Animation *self, struct Skeleton *skeleton, float time, intloop)
void  (const Animation *self, struct Skeleton *skeleton, float time, intloop, float alpha)
void  (Timeline *self)
void  (const Timeline *self, struct Skeleton *skeleton, float time, float alpha)
void  (CurveTimeline *self, int frameIndex)
void  (CurveTimeline *self, int frameIndex)
void  (CurveTimeline *self, int frameIndex, float cx1, float cy1, float cx2, float cy2)
float  (const CurveTimeline *self, int frameIndex, float percent)
RotateTimeline (int frameCount)
void  (RotateTimeline *self, int frameIndex, float time, float angle)
TranslateTimeline *  (int frameCount)
void  (TranslateTimeline *self, int frameIndex, float time, float x, float y)
ScaleTimeline *  (int frameCount)
void  (ScaleTimeline *self, int frameIndex, float time, float x, float y)
ColorTimeline *  (int frameCount)
void  (ColorTimeline *self, int frameIndex, float time, float r, float g, float b, float a)
AttachmentTimeline *  (int frameCount)
void  (AttachmentTimeline *self, int frameIndex, float time, const char *attachmentName)