Invoke(string method,float time);//延迟执行程序 InvokeRepeating(method,time,repeatRate);//time为延迟多少时间执行,repeatRate多少秒重复 IsInvoke(method);//判断是否在运行 CancleInvoke(method);
以游戏时间为准,受时间缩放的影响