pauseAnimation()

private void pauseAnimation(){
      GetComponent().speed = 0;
      if(Separated){
        playAnimation();
        return;
      }
    }


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *