现在看一下官网给出的API:
public void Invoke(string methodName, float time); methodName 是方法名,time 是具体几秒 Invokes the method methodName in time seconds.
public void Invoke(string methodName, float time);
methodName 是方法名,time 是具体几秒
Invokes the method methodName in time seconds.
methodName
在具体事件以后调用这个方法