Image를 마우스로 드래그할 수 있는 이벤트를 구현하기 위해 UI EventHandler 추가
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user