Ejemplo n.º 1
0
 public static List <Tween> TweensById(object id, bool playingOnly = false)
 {
     if (id == null)
     {
         return(null);
     }
     return(TweenManager.GetTweensById(id, playingOnly));
 }