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