コード例 #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));
 }