延時的兩種方法(帶參數和不帶參數)

  StartCoroutine(Test(2));     IEnumerator Test(int a)     {         yield return new WaitForSeconds(2);//等待兩秒         Debug.Log("second");         yield return 10;//等待一幀         Debug.Log("10");    
相關文章
相關標籤/搜索