Exemplo n.º 1
0
 private void ToggleRewindUI(bool isActive)
 {
     timerUI.toggleRewindIcon(isActive);
     timerUI.toggleRewindEffect(isActive);
 }