unity3d 延迟处理方法时间:2022-10-15 00:08:05Invoke("方法名", 多少秒后执行); InvokeRepeating("方法名", 多少秒后执行,开始执行后隔多长时间再次执行一次); CancelInvoke();//用于结束当前所有的Invoke委托