2011-06-14 14:31:25 +08:00
|
|
|
|
2011-11-09 23:23:47 +08:00
|
|
|
class CCMotionStreak : public CCNode
|
2011-06-14 14:31:25 +08:00
|
|
|
{
|
2011-11-09 23:23:47 +08:00
|
|
|
CCRibbon* getRibbon(void);
|
|
|
|
void setTexture(CCTexture2D* var);
|
|
|
|
CCTexture2D* getTexture(void);
|
2011-06-14 14:31:25 +08:00
|
|
|
void setBlendFunc(ccBlendFunc var);
|
2011-11-09 23:23:47 +08:00
|
|
|
ccBlendFunc getBlendFunc(void);
|
2011-06-14 14:31:25 +08:00
|
|
|
|
2011-11-09 23:23:47 +08:00
|
|
|
static CCMotionStreak * streakWithFade(float fade, float seg, const char *imagePath, float width, float length, ccColor4B color);
|
2011-06-14 14:31:25 +08:00
|
|
|
};
|