不通过使用界面的形式去触发组件的事件,使用代码触发事件。 GetComponent<Button>().onClick.Invoke(); 通过事件.Invoke()的方式可以代码触发事件
GetComponent<Button>().onClick.Invoke();