Exemple #1
0
 public static ActionInterval CCFadeOut(Graphic obj, float duration)
 {
     return(obj.CCFadeOut(duration));
 }