Пример #1
0
 void onAlarmLevelIncreased(float newValue)
 {
     StopAllCoroutines();
     StartCoroutine(increaseSlider(newValue));
     blinkAnimation.PlayAnimation();
     bellShake.PlayAnimation();
 }
Пример #2
0
 void onAlarmLevelIncrease(float value)
 {
     changeUIState(true);
     blinkAnimation.PlayAnimation();
     StartCoroutine(hideUIAfterTime());
 }