C#c# event Action 判断事件列表中是否存在这个委托 using UnityEngine; using System.Collections; using System; public class eventTest : MonoBehaviour { private event Action<uint> onClick; private uint i = 0; // Use this for initial……继续阅读 » sharezer 3年前 (2018-04-04) 1585浏览 0评论 0个赞