Ejemplo n.º 1
0
 public static CCMotionStreak streakWithFade(float fade, float minSeg, float stroke, ccColor3B color, CCTexture2D texture)
 {
     return(CCMotionStreak.create(fade, minSeg, stroke, color, texture));
 }
Ejemplo n.º 2
0
 public static CCMotionStreak streakWithFade(float fade, float minSeg, float stroke, ccColor3B color, string path)
 {
     return(CCMotionStreak.create(fade, minSeg, stroke, color, path));
 }