正確使用StopCoroutine

三種開啓協程的方式,對應三種關閉協程的方式。web using UnityEngine; using System.Collections; public class Test : MonoBehaviour { //聲明一個協程 public IEnumerator Count(int i) { while (true) {
相關文章
相關標籤/搜索