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