我试图调用此API地址,但没有显示

时间:2017-08-25 03:57:33

标签: javascript ajax

     // audio
 private PlayerController audio;
 private AudioClip clip;
     if(other.tag == "Player")
     {
         HealthManager.HurtPlayer(damageToGive);
         //soundEffect.Play();

         clip = audio.getSound(2);

         GetComponent<AudioSource>().clip = clip;
         GetComponent<AudioSource>().Play();

         Debug.Log("play");
     }

0 个答案:

没有答案