Invoke () 方法是Unity3D 的一种委托机制如: Invoke("SendMsg", 5); 它的意思是:5 秒之后调用SendMsg() 方法;使用Invoke() 方法需要注意3点:1 :它 ...
確定! 回上一頁