示例#1
0
 public static Tweener DOColor(this Outline target, ColorTweenConfig c)
 {
     return(target.DOColor(c.To, c.Duration));
 }
示例#2
0
 public static Tweener DOColor(this SpriteRenderer target, ColorTweenConfig c)
 {
     return(target.DOColor(c.To, c.Duration));
 }