Esempio n. 1
0
 /// <summary>
 /// Can only be called from DragManager
 /// </summary>
 public void Resume()
 {
     isPaused = false;
     caller.Draggable_OnResume();
 }