VisionTimer BUG && Start

void Start()
{
vp_Timer.In(0.0f, delegate()
{
Debug.Log("Start"); }, 10, 1.0f); }

  

Version Timer can't work when you call it Start() .
You can change the delay to 0.1f  then can fix it.

The Reason is Easy. When you call it at Start,the information of Event is like that:

VisionTimer BUG && Start

So ,When you Execute the callback,it will br recycle.

VisionTimer BUG && Start

上一篇:28、跟我来一起精通echarts吧


下一篇:myeclipse启动项目时报:An internal error occurred during: "Launching TestSpring on Tomcat 7.x". java.lang.NullPointerException 解决方法