Ejemplo n.º 1
0
 /// <summary>
 /// 立即停止
 /// </summary>
 public virtual void StopTimerAction()
 {
     Facade.StopCoroutine(tempRoutine);
 }