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