Unity中事件的简单使用

这一篇简单讲述事件的使用,代码以下:this using System.Collections; using System.Collections.Generic; using UnityEngine; public class Test_delagate : MonoBehaviour { public delegate void mydelagate(string s);
相关文章
相关标签/搜索