Exemplo n.º 1
0
 void onAlarmLevelIncreased(float newValue)
 {
     StopAllCoroutines();
     StartCoroutine(increaseSlider(newValue));
     blinkAnimation.PlayAnimation();
     bellShake.PlayAnimation();
 }
Exemplo n.º 2
0
 void onAlarmLevelIncrease(float value)
 {
     changeUIState(true);
     blinkAnimation.PlayAnimation();
     StartCoroutine(hideUIAfterTime());
 }