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