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