/// <summary> /// Can only be called from DragManager /// </summary> public void Pause() { isPaused = true; caller.Draggable_OnPaused(); }