Invoke("方法名", 多少秒后执行);
InvokeRepeating("方法名", 多少秒后执行,开始执行后隔多长时间再次执行一次);
CancelInvoke();//用于结束当前所有的Invoke委托