Unity中的Invoke,InvokeRepeating 和C#事件中的Invoke,BeginInvoke
Unity中有继承与MonoBehaviour的Invoke,InvokeReperting,isInvoke,CencelInvoke,这四个方法。Unity中的Invoke方法,InvokeReperting方法调用只能调用本脚本中的方法体,可以设置调用时间。InvokeRepeating(stringmethodName,floattime,floatrepeatRate);//time是等