public void OnEndDrag(PointerEventData eventData) { Debug.Log("Drag end"); placer.place(); placer.IsInPlacementMode = false; }