Invoke :Invoke()是Unity中内置的一个回调机制。void Invoke(string methodName,float time) : 意思是在等待time之后,再调用方法methodName方法。
確定! 回上一頁