问答题
简答题
Unity中如何派发事件(消息)?
【参考答案】
在脚本里的Update函数里调用EventDispatcher.Instance().OnTick();就可以了。
点击查看答案
相关考题
