mirror of https://github.com/axmolengine/axmol.git
12 lines
359 B
Plaintext
12 lines
359 B
Plaintext
|
|
class CCMotionStreak : public CCNode
|
|
{
|
|
CCRibbon* getRibbon(void);
|
|
void setTexture(CCTexture2D* var);
|
|
CCTexture2D* getTexture(void);
|
|
void setBlendFunc(ccBlendFunc var);
|
|
ccBlendFunc getBlendFunc(void);
|
|
|
|
static CCMotionStreak * streakWithFade(float fade, float seg, const char *imagePath, float width, float length, ccColor4B color);
|
|
};
|