Image를 마우스로 드래그할 수 있는 이벤트를 구현하기 위해 UI EventHandler 추가

This commit is contained in:
2026-01-25 22:30:18 +09:00
parent ce83f21c93
commit 8b013830a0
5 changed files with 686 additions and 1 deletions

View File

@@ -17,7 +17,8 @@ public class PlayerController : MonoBehaviour
Managers.Input.MouseAction -= OnMouseClicked;
Managers.Input.MouseAction += OnMouseClicked;
Managers.Resource.Instantiate("UI/UI_Button");
// UI 생성
// Managers.Resource.Instantiate("UI/UI_Button");
}
public enum PlayerState