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