Ejemplo n.º 1
0
    private void OnDestroy()
    {
        showAnim.Cleanup();
        hideAnim.Cleanup();

        trainingProgressButton.onSelect.RemoveListener(SetProgressBar);
    }
Ejemplo n.º 2
0
 private void OnDestroy()
 {
     showAnim.Cleanup();
     hideAnim.Cleanup();
     foreach (AnimationSequence animationSequence in spinningAnimations)
     {
         animationSequence.Cleanup();
     }
 }
Ejemplo n.º 3
0
    private void OnDestroy()
    {
        foreach (MenuButton menuButton in overviewButtons)
        {
            menuButton.onClick.RemoveAllListeners();
        }

        backButton.onPress.RemoveListener(Back);

        backgroundShowAnimation.Cleanup();
        backgroundHideAnimation.Cleanup();
    }
 private void OnDestroy()
 {
     multiplierAnimation?.Cleanup();
 }
Ejemplo n.º 5
0
 private void OnDestroy()
 {
     showAnimation.Cleanup();
     hideAnimation.Cleanup();
 }
Ejemplo n.º 6
0
 private void OnDestroy()
 {
     showAnim.Cleanup();
     hideAnim.Cleanup();
     textBlinkAnim.Cleanup();
 }
Ejemplo n.º 7
0
 private void OnDestroy()
 {
     statisticsButtonSequence?.Cleanup();
 }