Unity中事件的簡單使用

這一篇簡單講述事件的使用,代碼以下:this using System.Collections; using System.Collections.Generic; using UnityEngine; public class Test_delagate : MonoBehaviour { public delegate void mydelagate(string s);
相關文章
相關標籤/搜索