Ejemplo n.º 1
0
 public void PlayTeaserFill(float duration, Color startColor, Color endColor)
 {
     m_fill.enabled = true;
     m_teaseBlinker.Play(duration, startColor, endColor);
 }
Ejemplo n.º 2
0
 private void StartAnimatingColumn()
 {
     m_colorBlinker.Play(m_blinkSpeed, m_normalColor, m_highlightColor);
     StartBlinkingNextPiece();
 }