unity,下面两个协程不等价
摘要:
//代码1 IEnumerator A(){ Debug.Log(“hi1”); { yield return new WaitForSeconds(1f); Debug.Log(“hi2”); } Debug.Log(“hi3”); } //代码2 IEnumerator A(){ Debug.L 阅读全文
posted @ 2016-05-29 13:40 wantnon 阅读(444) 评论(0) 推荐(0)
浙公网安备 33010602011771号