728x90 반응형 Unity구현1 Unity - Drag & Drop - How to make Post 어떻게 Drag&Drop을 구현하면 좋을지에 대한 포스팅을 해보기로 했다. 이번에 같은 학프하시는 분들에게 도움이 되기를... Drag.cs using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.EventSystems; public class Drag : MonoBehaviour, IBeginDragHandler, IDragHandler, IEndDragHandler { [SerializeField] public int from; private RectTransform rectTransform; private CanvasGroup canvasGroup; private Vector3 or.. 2021. 11. 25. 이전 1 다음 728x90 반응형