Unity帶參數的協程

兩種方法均可以傳遞參數,代碼以下:post 1 using UnityEngine; 2 using System.Collections; 3 4 public class Test : MonoBehaviour 5 { 6 void Start() 7 { 8 StartCoroutine("Method", "AaronBlog"); 9
相關文章
相關標籤/搜索