예제 #1
0
 override protected void DoTweenOut()
 {
     TweenManager.FadeColorTo(targetGraphic, outColor, outDuration, delay);
 }
예제 #2
0
 override protected void DoTweenIn()
 {
     TweenManager.FadeColorTo(targetGraphic, inColor, inDuraion, delay);
 }